.modal-padrao .container-modal{    
    background: none;
    box-shadow: none;
    padding: 0;
    top: 20px;
}
.modal-padrao .container-modal video{
    width: 100%;
}

@media(min-width: 768px){
    .modal-padrao .container-modal{
        width: 400px;
        margin-left: -200px;
    }
    .fechar{
        top: -15px;
        right: -15px;    
    }
}


.video-imovel{
    display: table;
    position: fixed;
    bottom: 180px;
    right: 0px;
    z-index: 9999;
    background: #fff;
    text-align: center;
    width: 150px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px 0px 50px #00000080;
}

.video-imovel h2{
    font-weight: bold;
    display: none;
}

.video-imovel a{
    color: #000;
    padding: 80px 0 0 0;
    display: block;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    background: url(../img/icones/video1.svg) no-repeat center 17px;
    background-size: 50px;
}

@media(min-width: 768px){
    .video-imovel{
        border-top: 1px dashed #b1b1b1;        
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;  
        padding: 80px 0 0 0;      
    }

    .video-imovel a{        
        padding: 25px 65px;
        display: table;                        
        background: url(../img/icones/video1.svg) no-repeat 20px 17px;
        background-size: 35px;
    }
}

