#popup-365-days .flip-container {
    width: 484px;
    height: calc(100% - 120px);
}
#popup-365-days .flip-front {
    height: 100%;
}
#popup-365-days  .flip-content {
    height: calc(100% - 64px);
}



.obmen-365-img {
    text-align: center;
    margin-top: -7px;
    left: -16px;
    position: relative;
    width: 484px;
}

.obmen-365-title {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #263238;
    margin-top: 19px;
}

.obmen-365-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #263238;
    margin-top: 12px;
}

.obmen-365-text ul {
    margin-top: 25px;
    margin-bottom: 0;
    list-style: none;
}

.obmen-365-text li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #78909C;
    margin-top: 20px;
}
.obmen-365-text li:before {
    content: '•';
    position: relative;
    margin-right: 4px;
}


@media (min-width: 768px) and (max-height: 840px) {
    #popup-365-days .flip-container {
        height: calc(100% - 40px);
    }
    #popup-365-days .flip-front {
        height: 100%;
    }
    #popup-365-days  .flip-content {
        height: calc(100% - 64px);
    }
}

@media (max-width: 767px) {
    #popup-365-days .flip-container {
        width: 100%;
    }

    #popup-365-days .flip-front {
        height: 100%;
    }

    #popup-365-days .flip-content {
        height: calc(100% - 85px);
    }

    .obmen-365-img {
        width: calc(100% + 32px);
        margin-top: -4px;
    }
}