

@media (max-width: 1024px) {
.large-hero-heading{
    font-size: 4.3rem !important;
}
.keyword-top{
    top: 43% !important;
}
}
.keyword-bottom {
    bottom: 20% !important;
    right: 20% !important;
}
@media (max-width: 768px){
    .keyword-bottom {
        bottom: 26% !important;
        right: 15% !important;
    }   
    .keyword-top{
        top: 22% !important;
    }
}
@media (max-width: 1024px){
    .keyword-bottom {
        bottom: 37% ;
        right: 20% ;
    }   
    .s-keyword-heading{
        font-size: 30px
    }
}
.videoSide{
    width: 50%;
    object-fit: cover;
    height: 330px !important;

}
@media (min-width: 1536px) {
   
    .videoSide{
        width: 50%;
        padding-right: 20px;
        object-fit: contain;
        height: 380px;
    
    
    }
    
}
@media (min-width: 1920px){
    .keyword-bottom {
        bottom: 37% ;
        right: 20% ;
    }   
    .s-keyword-heading{
        font-size: 30px
    }
     .keyword-top{
        top: 32% !important;
        left: 25% !important;
    }
     .s-keyword-heading{
        font-size: 36px !important;

}
}