div.banner img{
    width: 100%;
}

div.sobre p{
    margin-bottom: 0.5rem;
}

div.video iframe{
    width: 100%;
}

div.fotos a{
    padding: 8px;
    margin: 5px auto;
    display: inline-block;
}

/* Small devices (landscape phones, 576px and up) */
@media(min-width: 576px){
    div.video iframe{
        height: 220px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media(min-width: 768px){
    div.video iframe{
        height: 230px;
    }
}

/* Large devices (desktops, 992px and up) */
@media(min-width: 992px){
    div.video iframe{
        height: 220px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media(min-width: 1200px){
    div.video iframe{
        height: 270px;
    }
}