
/* Webcam Widget */
.webcam-wrapper {
	max-width: 985px;
	display: block;
	margin: auto;
}
.webcam-wrapper p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #004250;
}
p.cam-desc {
	height: auto;
	margin-bottom: 20px;
	color: #41717a;
}
.mfp-iframe-scaler iframe {
    height: 102%;
}
.webcam-wrapper .webcam-previews {
	padding: 0px 40px;
}
.webcam-wrapper .cam-cont {
}
.webcam-wrapper .cam-cont .cam-bottom-line {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
.webcam-wrapper .cam-preview {position: relative;}
 .cam-preview img:first-child {
	min-width: 100%;
}
.webcam-wrapper .cam-preview > img:last-child {
	position: static;
	margin: 0px;
	padding: 0px;
	margin-top: -100px;
}
.webcam-wrapper .cam-title {
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #65551c;
	padding-bottom: 20px;
}
.webcam-wrapper p {
	min-height: 48px;
}
.webcam-preamble p {
	height: auto;
}
@media only screen and (max-width: 1024px) {
	.webcam-wrapper .cam-title {
		padding-bottom: 4px;
	}
	.webcam-wrapper .cam-cont .cam-bottom-line {
		border-bottom: 1px solid #b7b7b7;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 64em) {
}
@media only screen and (max-width: 40em) {
	.webcam-wrapper .webcam-previews {
		padding: 0px 30px;
	}
	.webcam-previews > .columns {
		padding: 0px;
	}
	.webcam-wrapper .cam-preview img:last-child {
		position: static;
		margin-top: -90px;
		margin-left: -10px;
	}
	.webcam-wrapper p {
		font-size: 16px;
	}
}

.hdrelay-player.hdrelay-player-embed  img {
	min-width: auto;
}
/* END Webcam Widget */