.poster {
	width: 100%;
	position: relative;
	height: auto;
}

.poster-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.poster-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.poster-content h1 {
	font-size: 32px;
	font-weight: 700;
}

.poster-content {
	position: relative;
	z-index: 1;
	width: 100%;
	color: var(--color-body-text);
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
}

@media screen and (min-width: 1025px) {
	.poster-content h1 {
		font-size: 47px;
	}
}
