.main {
    height: unset;
    max-height: unset;
    min-height: unset;

}
.main__movie {
    margin-bottom: 3rem;
    margin-top: 3rem;
    max-width: 720px;
    width: 100%;
}
.main__eu img {
    width: 100%;
    max-width: 600px;
}
footer {
    border-top: 1px solid #ddd;
    margin-top: 3rem;
}