﻿.featherlight .featherlight-content.fullscreen-iframe
{
	margin: 0;
	height: 90%;
	width: 90%;
	overflow: hidden;
}

.container .fullscreen-container
{
	position: relative;
}

.container .fullscreen-container .fullscreen-button
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: rgba(0,0,0,0.75);
	padding: 8px;
	margin: 0;
	z-index: 9999;
	cursor: pointer;
}

.container .fullscreen-container .fullscreen-button i.fa.fa-arrows-alt
{
	color: #fff;
	font-size: 18px;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content.fullscreen-iframe {
		padding: 0;
		border: 0;
	}
}