.flyerhover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    justify-content: center;
    align-items: center;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-sizing: border-box;
}

.flyerhover_bkgr_fricc2 {
    display: inline-block;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    position: relative;
}

.flyerhover_bkgr_fricc2 .flyerPopupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    font-family: Arial, sans-serif !important;
    font-weight: bold;
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 25px !important;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.flyerPopupCloseButton:hover {
    background-color: #ccc;
}

.flyerhover_bkgr_fricc .likeboxWrapped {
    max-width: 86vw;
    height: 90vh;
}

#flyerWidget_imageMobile,
#flyerWidget_imageDesktop {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    border: 3px solid #fff;
    box-sizing: border-box;
}

#flyerWidget_imageMobile {
    display: none;
}

@media (max-width: 1800px) {
    .flyerhover_bkgr_fricc .likeboxWrapped {
        max-width: 78vw;
    }
}

@media (max-width: 1650px) {
    .flyerhover_bkgr_fricc .likeboxWrapped {
        max-width: 86vw;
    }
}

@media (max-width: 1280px) {
    .flyerhover_bkgr_fricc .likeboxWrapped {
        max-width: 90vw;
    }
}

@media (max-width: 1024px) {
    .flyerhover_bkgr_fricc2 {
        margin-left: -5px;
    }
}

.flyerhover_bkgr_fricc .likeboxWrapped {
    max-width: 86vw;
    height: 90vh;
}
@media (max-width: 1024px) {
    .flyerhover_bkgr_fricc .likeboxWrapped {
        max-width: 82vw;
        height: 85vh;
    }
    .widget_flyerwidget .flyerhover_bkgr_fricc{
        padding-top: 55px !important;
    }
}

#cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1);
    z-index: 999 !important;
}

.flyerWidgetstop-scrolling {
    overflow: hidden;
}
