.videoSide{
    width: 50%;
    object-fit: cover;
    height: 400px;

}
.keyword-top{
    top: 10% !important;
    }
    @media (max-width: 1024px) {
    .large-hero-heading{
        font-size: 4.3rem !important;
    }
    .keyword-top{
        top: 43% !important;
    }
    }
    
    
    
    
    .keyword-bottom {
        bottom: 10% !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: 10% !important;
        }
    }
    @media (max-width: 1024px){
        .keyword-bottom {
            bottom: 37% ;
            right: 20% ;
        }   
        .s-keyword-heading{
            font-size: 30px
        }
    }
         @media (min-width: 1920px){
    .keyword-bottom {
        bottom: 27% !important;
        right: 20% !important;
    }   
    .s-keyword-heading{
        font-size: 36px !important;
    }
    .keyword-top{
        top: 10% !important;
    }
}