
.videoSide{
    width: 50%;
    object-fit: cover;
    height: 400px !important;

}
@media (min-width: 1536px) {
 
    .videoSide{
        width: 50%;
        padding-right: 20px;
        object-fit: contain;
        height: 450px !important;
    
    
    }
    
}
@media (min-width: 1920px) {
 
    .videoSide{
        width: 50%;
        padding-right: 20px;
        object-fit: contain;
        height: 550px !important;
    
    
    }
    
}
.keyword-top{
    top: 25% !important;
}

.keyword-bottom {
    bottom: 20% !important;
    right: 20% !important;
}
@media (max-width: 768px){
    .page-header-keywords {
        position: absolute;
        top: -10vw !important;
        width: 100%;
        height: 25rem;
        
    }
    .keyword-bottom {
        bottom: 26% !important;
        right: 15% !important;
    }   
    .keyword-top{
        top: 42% !important;
    }
}
@media (max-width: 1024px){
    .keyword-bottom {
        bottom: 37% ;
        right: 20% ;
    }   
    .s-keyword-heading{
        font-size: 30px
    }
}
@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;
    }
}
