.modal.viventa-full-width-modal{
    height: 100%;
    max-width: none;
    max-height: none;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: initial;
    width: 100%;
    max-width: 480px;
}
@media screen and (min-width: 980px){
    .modal.viventa-full-width-modal{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
}
.blocker{
    z-index: 9999999999;
    padding: 0;
}
@media screen and (max-width: 767px){
    .blocker{
        padding: 0;
    }
}
.viventa-full-width-modal .embed-container { 
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} 
.viventa-full-width-modal .embed-container iframe, 
.viventa-full-width-modal .embed-container object, 
.viventa-full-width-modal .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
}

@media screen and (min-width: 980px){
    .modal.viventa-full-width-modal .close-modal{
        top: 16px;
        right: auto;
        left: -16px;
    }
}