.youtube-container {
    width: 100%;
    max-width: 560px;
    height: 315px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.youtube-container button.youtube-play-button {
    background: #ff0033;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    font-size: 40px;
    padding: 10px 30px 14px 30px;
    line-height: 40px;
}

.cabeceraPodcast .imagenPortada .youtube-container {
    width: 100%;
    max-width: 560px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
}