<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************/
/* Video																	  */
/******************************************************************************/

div.pb-video
{
	width:100%;
	max-width:100%;
}

	div.pb-video&gt;div.pb-video-content
	{
		height:0;
		position:relative;
		padding-bottom:56.25%;
	}

		div.pb-video&gt;div.pb-video-content&gt;iframe
		{
			top:0;
			left:0;
			width:100%;
			height:100%;
			border:none;
			max-width:100%;
			position:absolute;
		}

/******************************************************************************/
/* RTL																		  */
/******************************************************************************/

		body.rtl div.pb-video&gt;div.pb-video-content&gt;iframe
		{
			right:0;
			left:auto;
		}</pre></body></html>