maslo-slide {
	.maslo-poster {
		flex: auto;
		overflow: hidden;
		&:only-child { margin: 0; }

		img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	}

	p.questions {
		text-align: center;
		font-size: 500%;
		line-height: 1.5;
		font-weight: bold;
		text-shadow: 0 0 0.1em var(--color, currentColor);
	}
}

