/* VIDEO PORTADA NOVIAS */

.thumb-info-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.thumb-info-wrapper img,
.thumb-info-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb-info-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}