@charset "utf-8";
/* CSS Document */



.page-section-media-content {
	margin-left: 20px;
	margin-right: 20px;	
}

.ps-mc-media {
	margin: 40px 0;	
}


@media only screen and (min-width: 48em) {
	
	
	
	
}





@media only screen and (min-width: 50em) {
	/* 800px */
	
	.media-content-inner {
		max-width: 1200px;	
	}
	
	/* start to display side-by-side */
	.ps-mc-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 -20px;
	}
	
	/* side of media can be overridden */
	.ps-mc-media-right .ps-mc-wrapper {
		flex-direction: row;	
	}
	.media-side-left .ps-mc-wrapper {
		flex-direction: row-reverse;	
	}
	
	.ps-mc-content {
		width: 50%;
		min-width: 50%;
		max-width: 50%;	
		padding: 0 20px;
	}
	.ps-mc-media {
		margin: 0;
		width: 50%;
		min-width: 50%;
		max-width: 50%;
		padding: 0 20px;	
	}
	
	
}




