.swiper-wrapper,
.tmpCarousel,
.swiper-slide,
.swiper-home-banner,
.slide-inner,
.bannerContent {
    height: 100%;
}
.swiper-home-banner > .swiper-wrapper img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerContent {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.bannerContent h1 {
    font-size: 80px;
    font-weight: bold;
}
.bannerContent p {
    font-size: 30px;
    color: white;
}
.bottomd > div:hover {
    background: #0ff;
    color: #000;
    animation: headShake;
    animation-duration: 1s;
    transition-duration: 1s;
}
.bottomd > div {
    transition-duration: 1s;
    display: block;
    background: #000;
    margin: 25px 10px;
    width: 200px;
    color: #fff;
    font-size: 32px;
    line-height: 200px;
    text-align: center;
    height: 200px;
    border-radius: 100px;
}

@media (min-width: 1900px) {
    .swiper-home-banner > .swiper-wrapper img {
        object-fit: none !important;
        object-position: top !important;
    }
}
@media (max-width: 768px) {
    .bannerContent h1 {
        font-size: 18px;
    }
    .bannerContent p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
    /*.swiper-wrapper,
    .tmpCarousel,
    .swiper-slide,
    .swiper-home-banner,
    .slide-inner,
    .bannerContent{
        height: 300px;
    }*/
    .bannerContent > .container {
        padding-top: 0;
    }
}
