parallax

PHOTO EMBED

Thu Jan 13 2022 12:43:30 GMT+0000 (Coordinated Universal Time)

Saved by @Evgeniya

.parallax {
	position: relative;
	&__body {
		display: block;
		background: url(../img/parallax.jpg) 0 0 / cover no-repeat;
		background-attachment: fixed;
		width: 100%;
		height: 400px;
		@media (max-width: $md3+px) {
			height: 300px;
		}
	}
}
content_copyCOPY