/*
Theme Name: LP Theme Text & Form Template Styles
Theme URI: https://literacyplanet.com
Author: Literacy Planet
*/

/* GENERAL
################################################################################### */

.col-form iframe {
	width: 100%;
	height: 80rem;
}

@media (min-width: 1024px) {

	.col-text {
		width: 50%;
	}

	.col-form {
		width: 50%;
	}

}