#top-slider {
    padding-top: 80px;
}
#top-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 670px;
}
#top-slider img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #top-slider .swiper-slide {
        height: 370px;
    }
}