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

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

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

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

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