FILM & RADIO BESTADSontv | WINNER | FEATURED
A 90-SECOND ONE-SHOT, ALL IN-CAMERA
2x BESTADSontv | WINNER | FEATURED
/* ----------------- GLOBAL TYPE DROP SHADOW ----------------- */
h1, h2, .special-linkW, .icon-link {
text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.caption {
color: rgb(255, 255, 255);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.79);
}
/* ----------------- MOBILE AWARD ICON SIDE-BY-SIDE ----------------- */
.award-icon-row {
display: flex;
flex-wrap: wrap;
gap: 0.5rem; /* adjust spacing as needed */
justify-content: center;
align-items: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
.award-icon-row media-item {
flex: 0 0 auto;
}