.yttopost-video-wrapper {
text-align: center;
}
.yttopost-video-subwrapper {
display: flex;
justify-content: space-between;
}
.yttopost-related-video {
width: 32%;
text-align: center;
background: #eee;
padding: 15px 10px 20px;
}
.yttopost-related-video img {
margin: 0 auto 8px;
}
.yttopost-related-video p {
margin-bottom: 0;
}
.yttopost-play-again {
margin: 20px 0;
display: inline-block;
padding: 15px 30px;
border: 2px solid #999;
border-radius: 10px;
font-weight: bold;
cursor: pointer;
}
#yttopost-watch-youtube {
margin-top: 20px;
}
#yttopost-watch-youtube a {
text-decoration: none;
font-size: 16px;
font-family: sans-serif;
padding: 8px 12px;
background: #555;
color: #fff;
}