.gal {
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.iframe-video-agencia {
    position: absolute;
    top: -40px; 
    right: 0px; 
    width: 100%; 
    height: 100%; 
    max-width: 581px; 
    max-height: 520px; 
    z-index: 2;
}

/*.iframe-video-agencia .popup-youtube:hover + .selo {
    opacity: 0;
    display: none;
}*/

.iframe-video-agencia .selo {
    width: 100%;
    display: flex;
    justify-content: center;
    top: -70px;
    z-index: 3;
    position: relative;
    transition: all 0.3s;
}

.banners-inline {
    transform: translateY(-60%);
    z-index: 2;
}

@media (max-width: 1225px) {
    .iframe-video-agencia {
        position: relative;
        top: 0px;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 768px) {
    .banners-inline {
        transform: translateY(0%);
    }
}
