
@media (min-width: 768px) {
    .homepage-section--video-wrapper:nth-of-type(2) {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .homepage-section--video-wrapper:first-of-type {
        display: none !important;
    }
}