.kompass-popup-container{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9999999999;
    color: white;
}

.kompass-popup-container--inner {
    /* background-color: rgba(0,0,0,.7); */
    margin: 4% auto;
    /* padding: 20px; */
    /* border: 1px solid black; */
    width: 96%;
    height: 75%;
    position: relative;
    padding-right: 2%;
}

.kompass-popup-container--inner > div {
    margin: 0 auto;
    text-align: justify !important;
    width: 100%;
    line-height: 1.4;
    display: block;
    height: 784px;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    width: 1312px;
    position: relative;
}

.kompass-popup-container--inner > div ul {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.kompass-popup-container--inner > div ul li {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.kompass-popup-container--inner > div ul li .kompass-popup-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.kompass-popup-container--inner > div ul li {
    display: none;
}
.kompass-popup-container--inner > div ul li[data-first] {
    display: block;
}
.kompass-popup-container-close {
    color: white;
    font-size: 40px;
    position: absolute;
    right: -11px;
    top: -26px;
    z-index: 999999999999;
    text-shadow: 1px 2px 6px black;
}
.kompass-popup-container-close-text {
    color: white;
    font-size: 17px;
    text-decoration: underline;
    bottom: 4px;
    right: 0;
    position: absolute;
    z-index: 999999999999;
    background: #D34153;
    padding-left: 40px;
    padding-right: 20px;
}
.kompass-popup-container-close:hover,
.kompass-popup-container-close-text:hover {
    cursor: pointer;
}

.kompass-popup-timer {
    color: white;
    font-size: 17px;
    text-decoration: none;
    bottom: 4px;
    right: 142px;
    position: absolute;
    z-index: 999999999999;
    background-color: #D34153;
    background-image: linear-gradient(to right, #864C52, #D34153);
    padding-left: 20px;
    padding-right: 20px;
}



/* IPHONE */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 812px) {
    .kompass-popup-container--inner > div {
        height: 272px;
        width: 100%;
    }

    .kompass-popup-container-close {
        padding-right: 0 !important;
        display: block !important;
        top: 0 !important;
        padding-top: 0 !important;
    }
}