#post-441 .entry-content{
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.wp-block-embed-youtube{
margin-bottom: 60px;
border-radius: 6%;
width: 48%;
display: flex;
flex-direction: column-reverse;
transition: 0.3s;
} 
.wp-block-embed-youtube.open {
width: 100%;
}
.wp-block-embed figcaption {
font-size: 14px;
font-family: Cocon;
}
.wp-block-image {
margin: 0 auto;
}
iframe { }
.wp-block-embed-youtube.open iframe {
pointer-events: auto;
}  .div-btn{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 40px;
}
.btn-container{
border: black 1px solid;
display: flex;
flex-direction: column;
padding: 20px;
}
@media all and (max-width: 590px) {
.wp-block-embed-youtube {
width: 100%;
}
}