
.double {
	display: grid;
	aspect-ratio: 4 / 2.7;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	counter-increment: section;
	
}

.double__img {
	grid-area: 1 / 1 / -1 / -1;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}

