@media screen and (max-width:767px) {
section#intro {
min-height: unset !important;
height: 250px;
}
body.homepage .Parallax-item:first-child iframe {
width: 100% !important;
height: auto !important;
left: 0 !important;
top: 0 !important;
transform: unset !important;
height: 250px !important;
inset: unset !important;
min-height: unset !important;
}
}