.adbro-c2life {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
    }

.adbro-c2life * {
    box-sizing: border-box;
    }

.adbro-video__title {
    background-image: url(../images/c2life-video-title.png?v=2);
    height: 100px;
    }

.adbro-video-panel__logo {
    background: url(../images/c2life-logo.png) no-repeat 50% 50%;
    background-size: 90% auto!important;
    width: 56px;
    }

.adbro-video-panel__btn {
    background: #FA1A19;
    }

.adbro-video-panel__btn:hover {
    background: #B02A26;
    }

.adbro-close {
    position: absolute;
    bottom: 80px;
    right: 5px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
    display: none!important;
    }

.adbro-icon {
    position: absolute;
    bottom: 51px;
    right: 5px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
    display: none!important;
    }

.adbro-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    margin: 0 !important;
    display: none!important;
    }