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

	div.pb-iframe-box>div.pb-iframe
	{
		height:0;
		position:relative;
		padding-bottom:56.25%;
	}

		div.pb-iframe-box>div.pb-iframe>iframe
		{
			top:0;
			left:0;
			width:100%;
			height:100%;
			border:none;
			max-width:100%;
			position:absolute;
		}