<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet::before, .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, [class^="swiper-button-"] {
    transition: all .3s ease;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sw_test {
    margin-left: 20%;
    margin-right: 20%;    
}
.swiper-container {
    width: 100%;
    height: 35vw;
    transition: opacity .6s ease;
}
.swiper-container.swiper-container-coverflow {
    padding-top: 2%;
}

.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-slide {

    background-position: center;
    background-size: cover;
}
.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 10px;
    color: #fff;
    background: linear-gradient(270deg, rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.swiper-slide .content .title {
    font-size: 1rem;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4;
}
[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .4;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px;
}


@media (max-width: 1200px) {
    .swiper-slide .content .title {
        font-size: 1rem;
    }
    .swiper-slide .content .caption {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .sw_test {
        margin-left: 60px;
        margin-right: 60px;    
    }
    .swiper-container {
        height: 50vw;
    }
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
    }
    .swiper-slide .content {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .sw_test {
        margin-left: 30px;
        margin-right: 30px;    
    }
    .sw_test h2 {
        font-size: 1.2rem;
    }

    .swiper-slide .content .title {
        font-size: 0.8rem!important;
    }
    .swiper-slide .content {
        width: 100%;
        padding-top: 4px;
        padding-left: 16px;
        padding-right: 10px;
        
    }
    .swiper-slide .content p {
        margin-bottom: 4px;
    }
}
</pre></body></html>