.single-resource .box-media.box img {
	border-radius: var(--radius_md);
}

.single-resource.text-center .box-media {
	margin-top: 30px;
}

.single-resource .right-column .box-media {
	margin-top: 30px;
	max-width: 400px;
	margin-left: auto;
}



/* Less than Small */	
@media screen and (min-width: 48em) { 
	.hide-sm-plus {
		display: none;
	}
}