.video__name{
	font-family: Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
.youtube .play{
	background: url("../img/playy.png");
}
.video-wrap iframe{
	border: none;
}

#video-wrap {
	text-align: center;
}

.video-wrap {
	display: inline-block;
	margin: 20px 0;
}

.video-wrap:last-child {
	margin: 0 0 20px 20px;
}

.video-wrap p {
	margin-bottom: 10px;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 767px) {
	.video-wrap:last-child {
		margin: 0 0 20px 0;
	}
}