@import url("../snowfall.css");
@import url("../lib/content.css");


@media only screen and (max-width: 640px) {
    .poster-container {
        width: calc(100px - 1rem);
        margin: 0 0.5rem 0 0;
    }

    .summary-container {
        width: calc(100% - 100px);
    }

    .film-summary-panel img.portrait-poster {
        display: flex;
    }

    .film-summary-panel img.landscape-poster {
        display: none;
    }

    .start-actions {
        text-align: right;
        width: 100%;
    }
}