
@media only screen and (max-width: 767px) {
    iframe{
        height:300px;
    }
}

@media only screen and (max-width: 991px) {
    .nextpart{
        margin-top:50px;
    }
    .counting{
        margin-top:70px; 
    }
} 

@media only screen and (max-width: 1400px) {
    .elegance{
        font-size: 33px !important;
    }
}

@media only screen and (max-width: 768px) {
    .hero-btn a{
        margin-bottom: 12px;
    }
}