﻿.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	border: 2px solid #b9985c;
	border-radius: 5px 5px 5px 5px;
	-webkit-overflow-scrolling: touch !important;
	min-height: 350px;
	padding: 14px;
}

	.iframe-container iframe {
		border: 0;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100px;
		min-width: 100%;
		*width: 100%;
		margin-top: 14px;
	}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
	padding-top: 75%;
}
