body {
	background:#ffffff;
}

#vidhold {
	width:65%;
	height:auto !important;
	margin:0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo {
	width:30%;
	height: auto !important;
	margin: 2% auto;
	
}

.logo img {
	max-width: 100% !important;
	height: auto;
}

#soundcloud {
	max-width:65%;
	margin:2% auto 0 auto;
	
}

#contact {
	width:166px;
	height:41px;
	margin:1% auto;
}

#contact img {
	max-width: 100% !important;
	height:auto;
}


@media all and (max-width: 600px) {

#contact {
	width:124px;
	height:30px;
	margin:1% auto;
}

#contact img {
	max-width: 100% !important;
	height:auto;
}

.logo {
	width:40%;
	height: auto !important;
	margin: 2% auto;
	
}

.logo img {
	max-width: 100% !important;
	height: auto;
}


}