#facecast {
    padding: 0;
    transition: all 0.3s ease;
}

#facecast.hidden {
    display: none;
}
#facecast.opac {
    opacity: 0%;
}

#facecast iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

@media only screen and (max-width: 480px) {
    #facecast iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
}