.vae-wrapper { max-width: 900px; margin: 0 auto; padding: 10px; }
.vae-top-ad, .vae-bottom-ad { text-align: center; margin: 10px 0; }
.vae-top-ad img, .vae-bottom-ad img { max-width: 100%; height: auto; }
.vae-main-content { display: flex; flex-wrap: wrap; align-items: flex-start; }
.vae-left-ad { margin-right: 10px; }
.vae-left-ad img { max-width: 100%; height: auto; display: block; }
.vae-video { flex: 1; min-width: 0; }
@media screen and (max-width: 600px) {
    .vae-main-content { flex-direction: column; }
    .vae-left-ad { width: 100% !important; margin: 0 0 10px 0; }
}
