/*========= 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 svg {
    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 ======  */

/*========= Start Youtube BG Css ======  */

.yt_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.yt_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.yt_bg iframe{
    border: 0;
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    height:100%;
    max-width: unset !important;
    transform: translate(-50%,-50%);
  }
@media (min-aspect-ratio: 16/9) {
    .yt_bg iframe {
      min-height: 56.25vw;
    }
  }
@media (max-aspect-ratio: 16/9) {
    .yt_bg iframe {
      width: 177.78vh !important;
      min-height: 100vh !important;
      height: 100% !important
    }
}

/*========= End Youtube BG Css ======  */

/*========= Start Review Widget ======  */

.g_rev_content {
    border: 1px solid #e6e7e8;
    background: #fff;
}

.g_review_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px 0;
    overflow: auto;
}

.g_review {
    display: flex;
    padding: 0 10px;
}

.g_av {
    flex-basis: 50px;
    width: 50px;
    padding-right: 15px;
}

.g_desc {
    flex-basis: calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.4;
}

.g_av_name {
    padding-bottom: 10px;
}

.g_rev_text {
    padding-bottom: 10px;
}

.g_rev_meta {
    display: flex;
}

.g_rating {
    margin-right: 10px;
}

.g_rating i,
.g_rev_h i {
    color: #f7b727;
}

.g_rev_head {
    display: flex;
    background: #e6e7e8;
    justify-content: space-between;
    padding: 10px;
    text-transform: uppercase;
    min-height: 50px;
    align-items: center;
}

.g_rev_btns {
    display: flex;
    min-height: 50px;
}

.g_rev_btns>a {
    flex-basis: 50%;
    text-align: center;
    color: #fff !important;
    background: #666;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.g_rev_write {
    border-left: 1px solid #fff;
}

.g_rev_h {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
}

.g_fr_rating span {
    display: none;
}


/*========= End Review Widget ======  */


/*========= Start Review Floating Widget ======  */

.g_rev_floating_window {
    position: fixed;
    background: #fff;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    padding: 10px;
    line-height: 1;
    border-radius: 4px;
    font-size: 14px;
}

.g_rev_floating_window {
    display: flex;
    align-items: center;
}

.g_fr_text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.2;
}

.g_fr_text .g_fr_rating {
    font-size: 70%;
    color: #f7b727;
}

.g_fr_text>strong {
    margin-bottom: 8px;
}

.rev_close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #898484;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}


/*========= End Review Floating Widget ======  */