.ovrl-button  {
	position:absolute;
	bottom:45%;
	right:45%;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#777777;
	opacity: 0.7;
	font-size:15px;
	font-weight:bold;
	padding:6px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	display: none;
}
.ovrl{
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.ovrl-button{
	   display: inline-block;
	}
}

iframe[data-src*="instagram.com"], iframe[src*="instagram.com"] {
  display: block;
  margin: 1.5em auto;
  box-shadow: 0 0 3px #ccc;
  min-height: 525px;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:90.25%;
    position:relative;
    height:0;
}
.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}