@media screen and ( min-width: $grid-breakpoint-md ) {

	.featherlight-content {

		> iframe.featherlight-inner {
			min-width: 850px;
		}
	}
}