
section.video .video-contenedor {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
section.video .video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video1 {
    background: url(../img/bg-video.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video1 .container {
    text-align: center;
    padding: 150px 0px;
}
.video1 .container button {
    color: #FFF;
    background-color: initial;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 2rem;
}
.video1 .container a:hover {
    text-decoration: none;
}

.modal.show .modal-dialog {
    padding-top: 10%;
}
.modal-content {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Small devices */
@media (min-width: 0px) and (max-width: 575px){  

    section.video {
        padding: 0 1rem;
    }
} 

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 575px) and (max-width: 767px) {  

    section.video {
        padding: 0 1rem;
    }
}

