@media (max-width: 600px) {
    .list-unstyled .icon-box {
        display: none !important;
    }

    .heroVideoSection {
        width: auto !important;
        transform: translateX(-40%);
        height: 100vh !important;
    }

    
}