.preroll-wrapper{
    position: relative;
    font-size: 0px;
    line-height: 0;
}

.preroll{
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.btn-preroll-skip{
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 16px;
    padding: 10px;
    background: #333;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

.clickable-area{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media screen and (max-width: 768px) {
    .btn-preroll-skip{
        font-size: 8px;
    }
}
