.youtube-video-section {
    margin-bottom: 2rem;
}
.youtube-video-wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
    height: 0;
}
.youtube-video {
    position: absolute;
    cursor: pointer;
    inset: 0;
    overflow: hidden;
}
.youtube-video img,
.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    display: block;
    border: 0;
}
.youtube-video img {
    object-fit: cover;
}
.youtube-play-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    /*color: #181818; 
    font-size: 70px;*/
    cursor: pointer;
    z-index: 2;
}
/*.youtube-play-button:hover{
    background: rgba(255, 255, 255, 0.85);
    color: #a2a1a1;
}
    */

.inline-svgs {
    display: none;
}
.youtube-play-button-icon {
    width: 85px;
    height: 85px;
    fill: rgb(16, 102, 176);
    margin-left: 15px;
    stroke-width: 20;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: rgb(16, 102, 176);
}
.youtube-play-button-icon:hover {
    fill: rgb(59, 125, 182);
    stroke: rgb(59, 125, 182);
}