.youtube-box {
	margin-bottom: 30px;
}
.youtube-box__title {
    font-size: 18px;
    font-weight: 200;
    height: 30px;
    margin-bottom: 24px;
    margin-top: 12px;
}
.youtube-box__description {
	position: relative;
	/*height: 100px;
	overflow: hidden;*/
}
/*.youtube-box__description:after {
    background-image: linear-gradient(to bottom, transparent 0%, #fff 65%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
}*/
.youtube-box__link {
    text-decoration: none;
    color: inherit;
}

.youtube-box__more {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 9px;
    color: #2e407d;
    font-size: 16px;
    padding-bottom: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 20;
}
.youtube-box .youtube-lazy-embed {
	padding-top: 0;
}
.youtube-box .youtube-lazy-play-button {
    z-index: 90;
}
.youtube-box__yt-thumb {
    width: 100%;
    transform: translateY(-12.5%);
}

/* Embed (Layout) */
.youtube-box.is-embed {
	margin-bottom: 40px;
}
.youtube-box.is-embed .youtube-box-video {
	padding: 0 10%;
	background-color: #f3f3f3;
}
.youtube-box.is-embed .youtube-lazy-embed {
	padding-top: 0;
}
.youtube-box.is-embed .youtube-box-description {
	margin-top: 15px;
	padding: 0 10%;
}