/* Helper Styles */

html, body, #et-main-area { overflow-x: hidden; }

.animate {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.aspect-ratio {
	position: relative;
	max-width: 100%;
	height: auto;
}

.aspect-ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aspect-ratio-16-9 {
	padding-top: 56.25% !important;
}


.mx-inline-buttons { text-align: right; }
.mx-inline-buttons .et_pb_button_module_wrapper { display: inline-block; margin-right: 10px; }
.mx-inline-center { text-align: center; }
.mx-inline-left { text-align: left; }