.modal-conheca-ella-mobile {
    overflow: hidden;
}

.modal-conheca-ella-mobile .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100vh;
}

.modal-conheca-ella-mobile .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    height: 100vh;
    margin: 0;
    border-radius: 0;
}

.modal-conheca-ella-mobile .modal-header {
    border-bottom: none;
    padding: 1rem;
}

.modal-conheca-ella-mobile .btn-close {
    z-index: 1060;
    opacity: 1;
}

.modal-conheca-ella-mobile .modal-body {
    height: calc(100vh - 60px);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-conheca-ella-mobile .ratio {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Estilos do botão de vídeo no hero */
.btn-video-hero {
    background: none;
    border: none;
    padding: 0;
}

.btn-video-hero .img-thumb-video-hover {
    display: none;
}

.btn-video-hero:hover .img-thumb-video {
    display: none;
}

.btn-video-hero:hover .img-thumb-video-hover {
    display: block;
} 