/* resize video banner mobile */ @media screen and (max-width:767px) { .homepage #page section:first-child iframe { width: 100% !important; left: 0 !important; height: auto !important; } .homepage #page section:first-child { min-height: 20vh !important; height: 30vh !important; } }