.partners{
    border-radius: 50%;
    border: 2px solid rgb(63 169 245);
    padding: 6px;
}
.slick-slider .slick-prev{
    left:15px;
    z-index:9;
    width:unset!important;
    height:unset!important;
}
.slick-slider .slick-next{
    right:15px;
    z-index:9;
    width:unset!important;
    height:unset!important;
}
.slick-prev:before, .slick-next:before{
    color:#000000;
    font-size: 50px;
}
.loop-list-style-1 .post-thumb.square{
    width: 150px;
    height: 150px;
    position: relative;
}
.loop-list-style-1 .post-thumb-big.square{
    width: 250px;
    height: 250px;
    position: relative;
}
.post-thumb a,
.post-thumb a img{
    width: 100%;
}
.loop-list-style-1 .post-thumb.square a{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loop-list-style-1 .img-hover-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.loop-list-style-1 .img-hover-slide a{
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
.post-aside-style-2 .post-thumb.square,
.post-aside-style-2 .post-thumb.square2{
    width: 80px;
    height: 80px;
    position: relative;
}
.post-aside-style-2 .post-thumb.square a,
.post-aside-style-2 .post-thumb.square2 a{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-thumb:hover a{
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
.img-hover-scale.landscape,
.img-hover-scale.landscape2{
    width: 100%;
    /* height: 200px; */
    position: relative;
}
.img-hover-scale.landscape a,
.img-hover-scale.landscape2 a{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.landscape:hover a,
.landscape2:hover a{
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}