#preroll_container > #preroll_video > .jw-aspect.jw-reset{
    padding-top: 0!important;
}
#preroll_icon_close{
    position: fixed;
    bottom: calc(230px + 1rem);
    right: 1rem;
    cursor: pointer;
    font-size: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 25px;
    line-height: 15px;
    z-index: 10000;
}

#preroll_icon_close svg{
    display: inline-block;
    width: 15px;
    height: 15px;
    stroke: #686868;
    fill: #686868;
    vertical-align: unset;
    padding: 3px;
}

@media (max-width: 767px){
    #preroll_video.jw-flag-floating .jw-wrapper{
        bottom: 0;
    }
}