/******************************************************************************/
/* Video																	  */
/******************************************************************************/

div.pb-video
{
	width:100%;
	max-width:100%;
}

	div.pb-video>div.pb-video-content
	{
		height:0;
		position:relative;
		padding-bottom:56.25%;
	}

		div.pb-video>div.pb-video-content>iframe
		{
			top:0;
			left:0;
			width:100%;
			height:100%;
			border:none;
			max-width:100%;
			position:absolute;
		}

/******************************************************************************/
/* RTL																		  */
/******************************************************************************/

		body.rtl div.pb-video>div.pb-video-content>iframe
		{
			right:0;
			left:auto;
		}