/* @override 
	https://www.ainsworth.fr/films/films.css */

section {
    padding: 2rem;
    display: flex;
}

#dismiss {
	/*background-color: yellow;*/
	width: 2rem;
	float: right;
	cursor: pointer;
}
.dismiss {
	/*background-color: yellow;*/
	/*width: 80%;*/
    padding: 1rem;
    /*font-size: 2rem;*/
	position: absolute;
	left: 80%;
	top:  2%;
}

.container {
    width: 100%;
    text-align: center;
    align-items: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.poster {
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0.5rem;
    min-width: 250px;
}

#film-presentation {
    display: none;
}

#film-description {
    padding: 0 2rem;
}

/* video */

#video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    /*margin: 3rem 0 3rem;*/
}

iframe {
    position: absolute;
    top: 0;
    left: calc((100vw - 80%)/2);
    width: 80%;
    height: 100%;
}
