.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;

}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
	margin-bottom:5px;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	margin:15px;
	z-index:999;

}

.carpet {
	width:90%;
	text-align:center;
	margin: 0 auto;
	background-color:#333333;
	}
	
.nextdoor {
	width:90%;
	text-align:center;
	margin: 0 auto;
	background-color:#666666;
}
	