.heroslider {
    height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


.heroslidercont {
    margin-top: 20vh;
}

.heroslidercont .h1 {
    font-weight: 300;
    max-width: 760px;
    margin-bottom: 20px;
    font-size: 58px;
}

.heroslidercont h3 {
    font-weight: 200;
}


.swiper.no-slider .heroslider{
    background-attachment: fixed!important;
}


.heroslider .swiper-container-horizontal>.swiper-pagination-bullets, .heroslider .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:35px;
}


.hero-video-section .swiper-slide{
    position: relative;
}
.hero-video-section .swiper-slide video{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.hero-video-section .swiper-slide .box-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


@media (min-width:960px){
    body .hero-video-section .heroslidercont {
        margin-top: 20vh !important;
    }
}
@media (max-width:768px) {
    .heroslidercont .h1{
        font-size: 38px;
    }
 
}