/*========= Start Variables ======  */
:root{
	--color_1 : #0B4E94;
	--color_2 : #001225;
}
/*========= End Variables ======  */

/*========= Start Youtube Embed Css ======  */

.embed-container {
    position: relative;
    padding-bottom: 56.2%;
}

.embed-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.yt_embed {
    position: relative;
}

a.yt_img,
a.yt_img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a.yt_img .playBut {
    position: absolute;
    width: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*
a.yt_img:hover svg {
    opacity: 0.7;
}*/

.error_load {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d7d7d7;
}


/*========= End Youtube Embed Css ======  */