/* ---  FRAMEWORK  --- */
@font-face {
    font-family: 'bakso';
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/baksosapi.woff2') format('woff2'),
    url('https://static.bayard.io/milan-jeunesse.com/typos/baksosapi.woff2') format('woff2');
}

[data-content-type=html] {
    width: 100%;
}

.bakso {
    font-family: 'bakso', serif;
    font-weight: 400;
}

.coronette {
    font-family: coronette, serif;
    font-weight: normal !important;
}

.red {
    color: #7b4242;
}

@media screen and (min-width: 415px) {
    .my-only-mobile,
    .my-only-tablet {
        display: none !important;
    }
}

#odm-2023-04-10 * {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}


#odm-2023-04-10 .my-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#odm-2023-04-10 .my-background img {
    position: absolute;
}


#odm-2023-04-10 img {
    max-width: none;
    max-height: none;
}


/* --- DESKTOP max-height 350px --- */
#odm-2023-04-10 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;

    width: 100%;
    max-width: 1280px;
    margin: auto;
    height: 282px;
    max-height: 282px;
    padding-top: 1px;

    background-color: #7fc188;

    font-family: Arial, sans-serif;
    font-size: 1px !important;
    color: #FFF;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

#odm-2023-04-10 > div > p {
    position: absolute;
    top: 1em;
    left: 6.5em;
    margin: 0;
    padding: 0;

    font-size: 20em;
}


/* --- LOCAL --- */

#odm-2023-04-10 > img {
    width: auto;
}


/* --- LOCAL --- */


/* --- */
@media screen and (max-width: 769px) {
    .my-only-mobile,
    .my-only-tablet {
        display: none !important;
    }
}


/* --- DESKTOP max-height 350px --- */
@media screen and (min-width: 769px) and (max-width: 1279px ) {
    #odm-2023-04-10 {
        /*font-size: calc(100vw / 1279) !important;*/
    }
}

@media screen and (min-width: 769px) and (max-width: 1150px ) {
    #odm-2023-04-10 {
        font-size: calc(98vw / 1150) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 995px) {
    #odm-2023-04-10 {
        height: 27vw !important;
    }
}


/* --- TABLET max-height 375px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    /* --- LOCAL --- */
    #odm-2023-04-10 > div > p {
        z-index: 1;
        top: 5%;
        left: 4.3em;
        margin: 0;
        font-size: 16em;
        line-height: 1.56em;
    }

    /* --- LOCAL --- */
    #odm-2023-04-10 {
        font-size: calc(105vw / 768) !important;
        height: 225px;
        max-height: 225px;
    }

    .my-only-tablet {
        display: block !important;
    }

    .my-hide-on-tablet,
    .my-only-mobile,
    .my-only-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 625px) {
    #odm-2023-04-10 {
        height: 32vw;
    }
}


/* --- MOBILE max-height 415px --- */
@media screen and (max-width: 415px) {
    /* --- LOCAL --- */
    #odm-2023-04-10 > div > p {
        top: 1.1em;
        left: 1.3em;
        margin: 0;
        font-size: 14em;
        text-align: left;
        line-height: 1.7em;
    }

    #odm-2023-04-10 > div > p > strong {
        font-size: 1.2em;
    }

    /* --- LOCAL --- */
    #odm-2023-04-10 {
        font-size: calc(100vw / 415) !important;
        height: 150px;
        max-height: 150px;
    }

    .my-only-tablet,
    .my-only-desktop,
    .my-hide-on-mobile {
        display: none !important;
    }

    .my-only-mobile {
        display: block !important;
    }


}

@media screen and (max-width: 395px) {
    #odm-2023-04-10 {
        height: 37vw;
    }
}
