.films {
width: 100vw;
.film {
display: flex;
flex-direction: row;
.left, .right {
width: 50%;
img {
max-width: 100%;
}
h1 {
font-weight: bold;
font-size: 20px;
@media screen and (max-width: 799px) {
margin-bottom: 16px;
flex-direction: column;
width: 100%;
h2 {
margin-bottom: 8px;