.twitter-hover-social-slide {
	background-image: url('img/twitter-hover.png');
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.twitter-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.facebook-hover-social-slide {
	background-image: url('img/facebook-hover.png');
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.facebook-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.linkedin-hover-social-slide {
	background-image: url('img/linkedin-hover.png');
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.linkedin-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.google-hover-social-slide {
	background-image: url('img/google-hover.png');
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.google-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.skype-hover-social-slide {
	background-image: url('img/skype-hover.png');
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.skype-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.email-hover-social-slide {
	background-image: url('img/email-hover.png');
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.email-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.youtube-hover-social-slide {
	background-image: url('img/youtube-hover.jpg');
	height: 24px;
	width: 24px;
	margin: 4px;
	margin-left: 20%;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.youtube-hover-social-slide:hover {
	background-position: 0px -24px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.myIframe {
     position: relative;
     padding-bottom: 65.25%;
     padding-top: 10px;
     height: 0;
     overflow: auto; 
     -webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
     border: solid black 1px;
} 
.myIframe iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;