#yt-banner {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #e8453c;
    border-radius: 5px 5px 0 0;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 150;
    height: 90px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
}

.yt-banner-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff;
    width: 100%;
    text-decoration: none;
    padding: 0 20px;
}

.yt-banner-inner:hover {
    color: #fff;
}

.yt-banner-inner .left {
    flex: 1;
    max-width: 195px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#yt-banner .yt-banner-image {
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    overflow: hidden;
}

#yt-banner .yt-banner-image img {
    height: inherit;
    width: 100%;
}

img.yt-banner-yt-banner-image {
    max-width: 100%;
    height: auto;
}

.yt-banner-inner .right {
    flex: 1;
    max-width: calc(100% - 195px);
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
}

#yt-banner .text-desktop {
    font-size: 22px;
    font-weight: 700;
    padding-left: 10px;
}

#yt-banner .text-mobile {
    font-size: 13px;
    font-weight: 700;
    padding: 9px 0 6px;
    display: none;
}

#yt-banner .text {
    /* width: 80%; */
}

#yt-banner .yt-banner-button {
    margin: 0 auto;
}

#yt-banner .yt-banner-button-go {
    background: #fff;
    padding: 0 10px;
    height: 40px;
    align-items: center;
    color: #141414;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 40px;
}

#yt-banner .yt-banner-button-go i {
    margin-right: 5px;
}

#yt-banner a.yt-banner-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    border: none;
}

@media screen and (max-width: 991px) {
    #yt-banner {
        margin: 0 15px 15px;
        border-radius: 5px;
        height: auto;
    }

    #yt-banner .text-desktop {
        display: none;
    }

    #yt-banner .text-mobile {
        display: block;
        padding-top: 5px;
    }

    .yt-banner-inner .left {
        max-width: 112px;
    }

    .yt-banner-inner .right {
        flex: 1;
        max-width: calc(100% - 112px);
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        position: relative;
        margin-left: 20px;
    }

    #yt-banner .yt-banner-button {
        margin: 0;
    }

    #yt-banner .yt-banner-button-go {
        padding: 0 7px;
        height: 20px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 20px;
    }

    #yt-banner .yt-banner-button-go i {
        font-size: 16px;
        margin: 0 5px 0 0;
        position: relative;
        top: 2px;
    }
}

.yt-banner-active {
    visibility: visible!important;
    opacity: 1!important;
    transition: all 0.3s!important;
    bottom: 0px!important;
    z-index: 9999999!important;
}

@media screen and (max-width: 425px) {
    #yt-banner .yt-banner-image {
        width: 100px;
        height: 50px;
    }

    .yt-banner-inner .left {
        max-width: 95px;
    }

    .yt-banner-inner .right {
        margin-left: 10px;
    }
}

@media screen and (max-width: 375px) {
    #yt-banner {
        height: 100px;
    }
}

@media screen and (max-width: 298px) {
    #yt-banner {
        height: auto;
    }

    .yt-banner-inner .right {
        max-width: 100%;
        margin-left: 0;
    }

    .yt-banner-inner .left {
        display: none;
    }
}
