/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CARTELERÍA EN PANTALLAS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.carteleria {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
}

.pantalla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pantalla__media img,
.pantalla__media video {
    width: 100% !important;
    height: 100vh !important;
    object-fit: fill !important;
}