@charset "utf-8";
/* CSS Document */
.flip-wrapper {
	width: 80%;
	max-width: 960px;
	margin: 0 10% 1em 10%;
}
.flip-wrapper iframe {
	/* [disabled]-webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.25); */
	/* [disabled]-moz-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.25); */
	/* [disabled]box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.25); */
	/* [disabled]margin: 10px 0; */ /*Margins between the images in portfolio*/
	width: 100%;
	height: auto;
	min-height: 480px;
	/* [disabled]min-height: 260px; */
}
@media only screen and (max-width: 960px){
	.flip-wrapper {
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flip-wrapper iframe {
	width: 100%;
	height: auto;
	min-height: 480px;
}
}
@media only screen and (max-width: 550px){

.flip-wrapper {
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.flip-wrapper iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
}
}
