.custom_imagebox_medium {
	padding: 10px 0;
}

@media only screen and (min-width: 970px) {
	.custom_imagebox_medium {
		display: flex;
		justify-content: center;
	}
}