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