/* FIX FOR DEFAULT WP THEME */
#vcpageintro:before {
	position:relative;
}
#vcpageintro > p {
	margin:0;
	padding:0;
}
/* END FIX */
#vcpageintro {
	overflow:hidden;
}
#vcpageintro a {
	text-decoration:none;
}
#vcpageintro .wpb_wrapper {
	position:relative;
}
@media screen and (max-width: 1024px) {
.vcpi_row_wrapper > .vcpi_wrapper {
	width:100%!important;
}
}
@media screen and (max-width: 760px) {
#vcpageintro .vcpi_wrapper .vc_empty_space {
	height:50px!important;
}
}
#vcpageintro .mb_YTPBar .buttonBar {
	left:12px!important;
}
#vcpageintro embed, 
#vcpageintro iframe, 
#vcpageintro object, 
#vcpageintro video {
	max-width:100%;
}