/* ESTILO PUBLICIDAD */

#images-view-publicidad .thumb-wrap-publicidad{
    float: left;
    margin: 0px 35px 25px 35px;
    background: transparent;
}

.thumb-wrap-publicidad {
    width: 400px;
    height: 650px;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .thumb-wrap-publicidad {
        width: 325px;
        height: 650px;
    }
}

.thumb-publicidad video {
    width: 100%;
    height: 400px;
    background-color: black;
}

.thumb-publicidad img {
    width: 100%;
    height: 400px;
    object-fit: scale-down; 
    object-position: center center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.thumb-wrap-publicidad .titulo {
    text-align: left;
    vertical-align: middle;
    color: gray;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* .thumb-wrap-publicidad .descripcion {
    text-align: justify;
    vertical-align: middle;
    color: gray;
    font: 11px Arial, Helvetica, sans-serif;
} */

.x-keyboard-mode .x-view-item-focused{
    outline: none !important;
    outline-offset: 0 !important;
}

/* ESTILO NOTICIA */

#images-view-noticia .thumb-wrap-noticia{
    float: left;
    margin: 10px;
    background: transparent;
}

.thumb-wrap-noticia {
    width: 200px;
    height: 400px;
}

.thumb-noticia video {
    width: 100%;
    height: 250px;
    background-color: black;
}

.thumb-noticia img {
    width: 100%;
    height: 250px;
    object-fit: scale-down; 
    object-position: center center;
    padding-top: 5px;
    padding-bottom: 5px;
}