@charset "UTF-8";
/* CSS Document */


	#aniimated-thumbnials01,
.aniimated-thumbnials-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 20px auto 0;
}
#aniimated-thumbnials01 a,
.aniimated-thumbnials-gallery a {
    display: block;
    width: 20%;
    color: #000;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#aniimated-thumbnials01.cols3 a,
.aniimated-thumbnials-gallery.cols3 a {
    width: 33.333%;
}
#aniimated-thumbnials01.cols4 a,
.aniimated-thumbnials-gallery.cols4 a {
    width: 25%;
}
#aniimated-thumbnials01 a img,
.aniimated-thumbnials-gallery a img {
    width: 100%;
    /*height: 100%;*/
    height: 120px;
    object-fit: cover;
    overflow: hidden;
}
#aniimated-thumbnials01.cols3 a img,
.aniimated-thumbnials-gallery.cols3 a img {
    height: 160px;
}
#aniimated-thumbnials01 a:hover,
.aniimated-thumbnials-gallery a:hover {
    text-decoration: none;
}
#aniimated-thumbnials01 .view .more,
.aniimated-thumbnials-gallery .view .more {
   font-size: 18px !important;
   font-weight: 500 !important;
}
#aniimated-thumbnials01 .view .more i,
.aniimated-thumbnials-gallery .view .more i {
    margin: 0 !important;
}
#aniimated-thumbnials01 .txt,
.aniimated-thumbnials-gallery .txt {
    text-align: center;
    margin: 5px 0 10px;
}
@media only screen and (max-width: 991px) {
    #aniimated-thumbnials01 a img,
    .aniimated-thumbnials-gallery a img {
        height: 80px;
    }
    #aniimated-thumbnials01.cols3 a img,
    .aniimated-thumbnials-gallery.cols3 a img {
        height: 140px;
    }
}
@media only screen and (max-width: 767px) {
    #aniimated-thumbnials01,
    .aniimated-thumbnials-gallery {
        margin-bottom: 10px;
    }
    #aniimated-thumbnials01 a,
    .aniimated-thumbnials-gallery a {
        width: 25%;
    }
    #aniimated-thumbnials01 a img,
    .aniimated-thumbnials-gallery a img {
        height: 100px;
    }
    #aniimated-thumbnials01.cols3 a img,
    .aniimated-thumbnials-gallery a img {
        height: 100px;
    }
    #aniimated-thumbnials01.sp-cols2 a,
    .aniimated-thumbnials-gallery.sp-cols2 a {
        width: 50%;
    }
    #aniimated-thumbnials01.sp-cols2 a img,
    .aniimated-thumbnials-gallery.sp-cols2 a img {
        height: 180px;
    }
    #aniimated-thumbnials01 .view .more i,
    .aniimated-thumbnials-gallery .view .more i {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 480px) {
    #aniimated-thumbnials01 a img,
    .aniimated-thumbnials-gallery a img {
        height: 70px;
    }
    #aniimated-thumbnials01.sp-cols2 a img,
    .aniimated-thumbnials-gallery.sp-cols2 a img {
        height: 130px;
    }
}
@media only screen and (max-width: 320px) {
    #aniimated-thumbnials01 a img,
    .aniimated-thumbnials-gallery a img {
        height: 60px;
    }
    #aniimated-thumbnials01.sp-cols2 a img,
    .aniimated-thumbnials-gallery.sp-cols2 a img {
        height: 110px;
    }
}
