//	Split Sections [Front Page]
div.split-sections {

	/*
		Custom Styles & Typography

	 */
	&.video-section {
		font-size: 1.25rem;
		padding: 2em;

		@media only screen and ( min-width: 640px ) {
			padding: 4em 2em;
			font-size: 1.5rem;
			flex-wrap: nowrap;
		}

		.item {
			max-width: 100%;
			max-width: 500px;

			strong {
				color: $cmo-purple-light;
			}
		}

		img {
				border-radius: 100%;
			@media only screen and ( min-width: 600px ) {
			}
		}
	}
}
