/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-brand { 
max-width: 100%; 
}

h2, .h2 {
    font-size: 215%;
    line-height: 1.7;
}

h3, .h3 {
    font-size: 180%;
    line-height: 1.7;
}

/* Hide the Paypal Hidden Inputs*/
.paypal-box input[type="hidden"] {
	display: none;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	overflow: auto; 
	-webkit-overflow-scrolling:touch; 
	max-width: 100%; 
	height: 2050px; 
} 

@media screen and (max-width:650px) {
	.embed-container {
		height: 2600px;
	}
}

@media screen and (max-width:350px) {
	.embed-container {
		height: 2770px;
	}
}	






.embed-container iframe, .embed-container object, .embed-container embed { 
		position: absolute; 
		top: 0; 
		left: 0; width: 100%; 
		height: 100%; 
}

