.youtube-code{
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.youtube-code > iframe{
    max-width: 560px;
    width: 80% !important;
    max-height: 315px;
    height: calc(80vw * 315 / 560 ) !important; 
}