
[style*="--aspect-ratio"] {
    height: 100%;
}

[style*="--aspect-ratio"]::before {
    content: "";
    height: 0;
    float: left;
    padding-bottom: calc( 100% / (var(--aspect-ratio)) );
}

[style*="--aspect-ratio"]::after {
    content: "";
    display: block;
    clear: both;
}

.block-images:hover,
.block-images:focus {
    color: rgba(255, 255, 255, 1);
}

.card-vod {
    margin: 30px 1px 30px 1px;
}

.container-vod-cards {
    display: flex;
}
.items {
    display: flex;
}

.vod-over {
    width: 150px;
    position: absolute;
    z-index: 2;
}

.vod-over .item {
    position: relative;
    display: block;
    flex: 1 1 0px;
    transition: transform 500ms;
    transition-timing-function: linear;
}

.vod-over .item:focus,
.vod-over .item:hover {
    transition-timing-function: linear;
    transform: scale(1.5);
    z-index: 1;
}

.vod-over .item img {
    display: block;
    max-width: 100%;
}

.overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    transition: opacity 500ms;
    border-radius: 0 0 4px 4px;
}

.button-assistir {
    border-radius: 18px;
    font-size: 13px;
    background-color: rgb(32, 37, 41);
    border: 1px solid;
    color: white;
    cursor: pointer;
}

.swiper-slide.thumbs{
    width: 241px !important;
}

.swiper-slide.posters{
    width: 241px !important;
}

.videoSwiper {
    height: 250px !important;
    padding: 0 20px !important;
}

.progressBar {
    background: #000;

    border-radius: 0.5rem;
}

.keepwatching {
    height: 198px !important;
    width: 352px !important;

    border-radius: 0.5rem;
}

.mySwiper {
    height: 340px !important;

    padding: 0 20px !important;
}

.posterImg {
    zoom: 200%;

    height:100% !important;
    max-width: 120px !important;

    border: 1px solid #222;
    border-radius: 0.5rem !important;
}

.tvodIcon {
    height: 42px;
    width: 42px;

    position: absolute;
    right: 1rem;
    bottom: 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: green;

    border: 1px solid #222;
    border-radius: 25px;
}

#containerBusca {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 80px;
}

#containerBuscaListagem {
    width: 88%;
    max-width: 2000px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.item {
    margin: 20px 15px;
}

.material-icons.md-light { 
	color: lightgrey; 
}