/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.btn-cookie-youtube {
    position        : absolute;
    top             : 0;
    left            : 0;
    z-index         : 9;
    display         : flex !important;
    align-items     : center;
    justify-content : center;
    width           : 100%;
    height          : 100%;
    overflow        : hidden;
}

#btn-cookie-youtube-container .btn-cookie-youtube {
    max-width  : 665px;
    max-height : 400px;
}

.btn-cookie-youtube:before {
    content    : '';
    position   : absolute;
    z-index    : 8;
    width      : 100%;
    height     : 100%;
    background : rgba(0, 0, 0, 0.5);
}

.btn-cookie-youtube img {
    position : absolute;
    width    : 100%;
}

.btn-cookie-youtube .btn {
    z-index          : 9;
    padding          : 15px;
    border           : 0;
    border-radius    : 29px;
    background-color : rgb(17, 45, 90);
    font-size        : 14px;
    font-weight      : 600;
}