@charset "UTF-8";
/* responsive settings for slideshow iFrame */

/*  COMMON TO ALL */
 
* {box-sizing:border-box}

html {
	height: 100%;
}

body {
	height: inherit;
	font-family: Verdana,sans-serif;
	font-size: 100%;
	margin: 0;
}

/* Slideshow container */
.slideshow-container {
	height: inherit;
	position: relative; 
}

iframe {
	border: none;
}

.mySlides {
	display: none;
	height: inherit;	
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

/* Next &amp; previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	width: auto;
	color: #c00;
	font-weight: bold;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

.intro {display:block}

/* Caption text */
.caption {
	color: white;
	position: absolute;
	width: 100%;
	text-align: center;
}

/* On hover, add a black background color with a little bit of see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* SS 1 ================================== */

@media screen and (max-width: 336px) {

iframe {
	width: 100%;
	height: 100%; 
	margin-left: 0;
}

.prev, .next {
	top: 35%;/* was 40% */
	padding: 8px;
	font-size: 1em;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.caption {
	font-size: 0.8em;
	margin-left: -0.5em;
	top: 2.75em; 
}

}

/* SS 2 ================================== */

@media screen and (min-width: 337px) and (max-width: 457px) {

iframe {
	width: 100%;
	height: 99.4%;
	margin-left: 0; 
}

.prev, .next {
	top: 37%;
	padding: 8px;
	font-size: 1em;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.caption {
	font-size: 0.8em;
	margin-left: -0.7em;
	top: 3.2em; 
}

}

/* SS 3 ================================== */

@media screen and (min-width: 458px) and (max-width: 571px) {

iframe {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

.prev, .next {
	top: 41%;
	padding: 8px;
	font-size: 1.75em;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.caption {
	font-size: 1.2em;
	margin-left: -0.4em;
	top: 2.8em; 
}

}

/* SS 4 ================================== */

@media screen and (min-width: 572px) and (max-width: 617px) {

iframe {
	width: 100%;
	height: 99%;
	margin-left: 0; 
}

.prev, .next {
	top: 37.5%;
	padding: 16px;
	font-size: 1.5em;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.caption {
	font-size: 1.25em;
	margin-left: -0.25em;
	top: 2.75em; 
}

}

/* SS 5 ================================== */

@media screen and (min-width: 618px) and (max-width: 783px) {

iframe {
	width: 100%;
	height: 99%; /* was 95% */
	margin-left: 0; 
}

.prev, .next {
	top: 40%;
	padding: 16px;
	font-size: 2em;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.caption {
	font-size: 1.5em;
	margin-left: -0.25em;
	top: 2.6em; 
}

}

/* SS 6 ================================== */

@media screen and (min-width: 784px) {

iframe {
	width: 100%;
	height: 99%;
	margin-left: 0; 
}

.prev, .next {
	top: 46%;
	padding: 16px;
	font-size: 2.5em;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.caption {
	font-size: 1.75em;
	margin-left: -0.2em;
	top: 2.7em; 
}

}
