.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight:
        bold;
        font-size:14px;
        padding: 10px;
        padding-top: 0;
}
.YoutubePlayer .Header {
        background: #ff0b00;
        border-bottom: 1px solid #ddd;
        height: 30px;
}
.YoutubePlayer .Header .Text {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 20px;
        line-height: 30px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}

.YoutubePlayer{
        box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
