
#movies img, #movie img {
    width: 100%;
}

img{
    max-height: 400px;
}

::selection{
    background: turquoise;
}

footer{
    position: relative;
    top: 50vh;
    margin-left: 40vw;
}
footer a{
    margin-left: 20%;
}

@media (min-width:940px) {
    #movies .col-md-3 .well {
        height: 390px;
    }
    
    #movies .col-md-3 img{
        height: 240px;
    }
}

