.pdf-row {
	display: flex;
	margin: 0 -20px;
	justify-content: center;
}

.pdf-row .item {
	flex: 1;
	padding: 20px;
	max-width: 467px;
}

.pdf-row .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	object-fit: cover;
	transition: all 0.2s ease-out;
}

.pdf-row .image-container {
	position: relative;
	padding-top: 129.41176%;
}
.pdf-row.square .image-container {
	padding-top: 100%;
}

.pdf-row .item img:hover {
	transform: scale(1.02);
}

.pdf-row .item .title {
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 1050px) {
	.pdf-row {
		display: block;
		text-align: center;
		margin: 0;
	}

	.pdf-row .item {
		padding: 20px 0;
		margin: 0 auto;
	}
}
