/* -------------------- GALLERY -------------------- */

.first {
	margin-bottom: 4vw;
	height: 30vw;
	width: 100%;
/* */
	color: transparent;
/* */
	background: url(first.webp) no-repeat center center;
	background-size: cover;
	border-radius: 0.3vw;
}

.second {
	margin: 4vw 0 0.5vw 0;
	height: 30vw;
	width: 100%;
/* */
	color: transparent;
/* */
	background: url(second.webp) no-repeat center center;
	background-size: cover;
	border-radius: 0.3vw;
}

article div {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
	gap: 0.5vw;
}

article div a {
	display: inline-block;
	margin-bottom: 1vw;
	height: 8vw;
	width: 100%;
/* */
	color: transparent;
/* */
	border-radius: 0.3vw;
}

article div a:nth-child(1) {
	background: url(1.webp) no-repeat center center;
	background-size: cover;
}

article div a:nth-child(2) {
	background: url(2.webp) no-repeat center center;
	background-size: cover;
}

article div a:nth-child(3) {
	background: url(3.webp) no-repeat center center;
	background-size: cover;
}

article div a:nth-child(4) {
	background: url(4.webp) no-repeat center center;
	background-size: cover;
}

/* -------------------- MEDIA -------------------- */

@media only screen and (max-width: 1032px) {



}

@media only screen and (max-width: 744px) and (orientation: portrait) {
	
	.first, .second {
		height: 60vw;
	}
	
	article div a {
		height: 14vw;
	}

}
