/* ======================================================================================================================================================
Video
====================================================================================================================================================== */


.avia-iframe-wrap{
	clear:both;
	position: relative;
	margin-bottom:20px;
}

/*responsive iframe trick*/

/*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/
video{
	width: 100%;
	height: auto;
}
