.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;
}
@media (max-width:768px) {
    .heroslidercont .h1{
        font-size: 38px;
    }
}