.gallerycta--section {
	/* background-image: url(../../images/307DarkPatternReduced.jpg); */
	background-image: url(../../images/307DarkPattern.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 180% auto;
	background-size: cover;
	color: var(--theme-white);
}

.gallerycta--container {
	padding: 60px 30px;
}

.gallerycta--row {
	justify-content: space-between;
}

.gallerycta--col-1 {
	padding: 0 15px;
	max-width: 420px;
	margin: 0 auto;
}

.gallerycta--copy {
	margin-bottom: 45px;
}

.gallerycta--col-2,
.gallerycta--col-3 {
	display: none;
}

@media (min-width: 992px) {
	
	.gallerycta--col-1 {
		margin: 0;
		padding-top: 50px;
	}
	
	.gallerycta--col-2 {
		display: block;
		width: 510px;
		padding: 0 15px;
	}

	.gallerycta--image-1,
	.gallerycta--image-3 {
		position: relative;
		max-width: 550px;
		border-top-right-radius: var(--theme-radius);
		overflow: hidden;
	}

	.gallerycta--image-2 {
		position: relative;
		border-bottom-left-radius: var(--theme-radius);
		overflow: hidden;
	}

	.gallerycta--image-1:before {
		content: "";
		display: block;
		padding-bottom: 128%;
	}

	.gallerycta--image-2:before,
	.gallerycta--image-3:before {
		content: "";
		display: block;
		padding-bottom: 109%;
	}

	.gallerycta--image-1 img,
	.gallerycta--image-2 img,
	.gallerycta--image-3 img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.gallerycta--image-1:after,
	.gallerycta--image-2:after,
	.gallerycta--image-3:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 41px;
        height: 59px;
        background-image: url(../../images/enlarge.svg);
        background-size: contain;
    }
	
/* 	.gallerycta--image-3:after {
		right: auto;
		left: 10px;
	} */
}

@media (min-width: 1500px) {

	.gallerycta--section {
		border-top: 94px solid var(--gallerycta-padding-background);
	}
	
	.gallerycta--row {
		margin-right: -150px;
	}
	
	.gallerycta--col-2 {
		display: block;
		max-width: 450px;
	}
	
	.gallerycta--col-3 {
		display: block;
		width: 380px;
		margin-top: -154px;
	}

	.gallery--copy2 {
		margin: 30px 0;
	}
	
	.gallerycta--image-3 {
		max-width: 250px;
	}
}