.block-cluster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.block-cluster a {
	text-decoration: none !important;
	border: unset !important;
    width: 100%;
}
.block-cluster p {
    line-height: 1.4;
    text-align: center;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.at-list1 { border: 1px dotted;    border-radius: 5px;    padding: 20px; margin: 20px 0px; }
.at-list1 .article-loop { padding: 10px; }
.article-content {
    height: 200px;
    display: block;
    margin-bottom: 10px;
    background: #aaaAAA1A!important;
    position: relative;
}
.article-image {
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform-origin: center bottom!important;
    -ms-transform-origin: center bottom!important;
    -moz-transform-origin: center bottom!important;
    -o-transform-origin: center bottom!important;
    transform-origin: center bottom!important;
    width: 100%;
    position: relative;
}
.image-frame .image-frame-wrapper .square {
    border: 5px solid #3787b5;
}
.image-frame {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: 100%;
    z-index: 0;
    box-shadow: 0 5px 25px rgba(0,0,0,.07);
    height: 220px;
}
.image-frame:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #1c1f21;
    opacity: 0.7;
    pointer-events: none;
    transition: opacity .3s ease .1s;
}
.image-frame .image-frame-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.image-frame .image-frame-wrapper>img {
    transition: transform .3s ease;
}
.image-frame .image-frame-wrapper:hover img {
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
}

.image-frame img {
    position: relative;
    z-index: 1;
}
.img-fluid {
    max-width: 100%;
    max-height: 425px;
}
.image-frame .image-frame-wrapper .image-frame-info {
    position: absolute;
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: opacity .3s ease .1s;
    flex-direction: column!important;
    padding: 1.8em;
}
.image-frame .image-frame-wrapper .image-frame-info h4 {
    font-weight: 600!important;    
    font-size: 20px;
}
.image-frame .image-frame-wrapper .square {
    content: " ";
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    border: 5px solid #b3ffd6;
    z-index: 3;
}
.apolotheme-col-1 { width: 100%; flex-basis: 100%; max-width: 100%;padding: 1% 0; }
.apolotheme-col-2 { width: 100%; flex-basis: 50%; max-width: 50%;padding: 0 0.6% 1% 0.6%; }
.apolotheme-col-3 { width: 100%; flex-basis: 33%; max-width: 33%;padding: 0 0.6% 1% 0.6%; }
.apolotheme-col-4 { width: 100%; flex-basis: 25%; max-width: 25%;padding: 0 0.6% 1% 0.6%; }
.apolotheme-col-5 { width: 100%; flex-basis: 20%; max-width: 20%;padding: 0 0.6% 1% 0.6%; }
.apolotheme-col-2, .apolotheme-col-3, .apolotheme-col-4, .apolotheme-col-5 { position: relative;display: flex;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
@media (max-width: 1050px) {
	.apolotheme-col-2, .apolotheme-col-3, .apolotheme-col-4, .apolotheme-col-5 { width: 100%;    flex-basis: 50%;    max-width: 50%;}
}
@media (max-width: 480px) {
	.apolotheme-col-2, .apolotheme-col-3, .apolotheme-col-4, .apolotheme-col-5 { width: 100%;    flex-basis: 100%;    max-width: 100%;}
}