#video {
	margin-top:10px;
	margin-bottom: 15px !important;
}
.youtube {
	display: none;
	padding: 6px !important;
	position: relative;
}

.close-btn {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 15px;
	font-size: 3em;
	color: #ddd;
}
.close-btn:hover {
	color: #ccc;
	text-decoration: none !important;
}

@media (min-width:768px) {
	.embed-responsive {
	    width: 100%;
	    padding-bottom: 35%;

	}

}
@media (max-width:991px) {
	.youtube {
		 /*margin-top: 75px !important; */
		margin-bottom: 0px !important;
	}
}