.canvas_upsell_overlay.vertical .horizontal, .canvas_upsell_overlay.Vertical .horizontal{
    display: none;
}

.canvas_upsell_overlay.horizontal .vertical, .canvas_upsell_overlay.Horizontal .vertical{
    display: none;
}

@media (min-width: 576px) {
    .hide_desktop {
        display: none;
    }
    .canvas_upsell_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100000;
        /* background: url('./src/v-e/desktop_horizontal.png') no-repeat center 123px; */
        background-size: auto;
    }
    .canvas_upsell_container {
        position: relative;
        width: 1190px;
        height: 678px;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        overflow: hidden;
        /*opacity: 0.8;*/
    }
    .canvas_upsell_image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }
    .canvas_upsell_description {
        position: absolute;
        top: 0;
        left: 0;
        color: #3a444d;
        font-weight: bold;
        z-index: 1;
        width: 100%;
        font-size: 55px;
        line-height: 2.3;
        word-spacing: normal;
    }
    .canvas_upsell_close-button {
        position: absolute;
        top: 13px;
        right: 13px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 2;
    }
    .photo1.horizontal {
        position: absolute;
        left: 303px;
        top: 148px;
        width: 264px; /* 567 - 303 */
        height: 199px; /* 347 - 148 */
        border-radius: 3px;

    }
    .photo2.horizontal {
        position: absolute;
        left: 611px;
        top: 148px;
        width: 352px; /* 963 - 611 */
        height: 265px; /* 413 - 148 */
        border-radius: 3px;

    }

    .photo1.vertical {
        position: absolute;
        left: 346px;
        top: 131px;
        width: 199px; /* 545 - 346 */
        height: 264px; /* 395 - 131 */
        border-radius: 3px;
        /*display: none;*/
    }
    .photo2.vertical {
        position: absolute;
        left: 611px;
        top: 131px;
        width: 265px; /* 876 - 611 */
        height: 352px; /* 483 - 131 */
        border-radius: 3px;
        /*display: none;*/
    }

    .caption_size {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #3a444d;
        font-size: 19px;
        font-weight: bold;
        word-spacing: -4.5px;
    }
    .caption1.vertical {
        top: 395px;
        left: 346px;
        width: 199px;
        line-height: 2.8;
    }
    .caption2.vertical {
        top: 483px;
        left: 611px;
        width: 265px;
        line-height: 2.3;
    }
    .caption1.horizontal {
        top: 339px;
        left: 332px;
        width: 199px;
        line-height: 2.8;
        font-size: 16px;
    }
    .caption2.horizontal {
        top: 414px;
        left: 660px;
        width: 265px;
        line-height: 2.3;
    }
    .best-value {
        position: absolute;
        top: 90px;
        right: 206px;
        width: 165px;
        height: 165px;
        z-index: 3;
    }
    .Horizontal .best-value {
        right: 136px;
    }
    html[ms-theme=gifts] a.upgrade-button:hover {
        color: white;
        background-color: #2E5066;
    }
    .upgrade-button {
        position: absolute;
        bottom: 68px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #416f90;
        color: white;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        border-radius: 5px;
        z-index: 4;
        padding: 13px 107px;
    }
    .no-thanks-button {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        color: #646565;
        text-decoration: underline;
        font-size: 20px;
        font-weight: 600;
        z-index: 4;
    }
    html[ms-theme=gifts] a.no-thanks-button:hover {
        color: #a3a2a2;
    }

}

@media (max-width: 575px) {
    .canvas_upsell_image {
        display: none;
    }
    .canvas_upsell_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        /* background: url('./src/v-e/mobile_vertical.png') no-repeat center 86px; */
        background-size: auto;
    }

    .canvas_upsell_container {
        position: fixed;
        width: 100vw;
        height: 189vw;
        text-align: center;
        bottom: 0;
        left: 0;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        /*opacity: 0.85;*/
    }
    .canvas_upsell_image {
        display: none;
    }
    .canvas_upsell_image_mobile {
        width: 100%;
    }
    .canvas_upsell_description {
        position: absolute;
        top: 0;
        left: 0;
        color: #3a444d;
        font-weight: bold;
        z-index: 1;
        width: 100%;
        font-size: 8.9vw;
        line-height: 1.2;
        word-spacing: 5px;
        margin-top: 8.7vw;
    }
    .canvas_upsell_close-button {
        position: absolute;
        top: 11px;
        right: 8px;
        width: 21px;
        height: 21px;
        cursor: pointer;
        z-index: 2;
    }
    .canvas_upsell_close-button img {
        width: 100%;
        height: 100%;
    }
    .photo1.horizontal {
        position: absolute;
        left: 19.7vw;
        top: 31.5vw;
        width: 62vw;
        /* height: 188px; */
        border-radius: 3px;

        /* display: none; */
    }
    .photo2.horizontal {
        position: absolute;
        left: 42.3vw;
        top: 90.5vw;
        width: 47vw;
        border-radius: 3px;

        /* display: none; */
    }

    .photo1.vertical {
        position: absolute;
        left: 19px;
        top: 150px;
        width: 143px; /* 162 - 19 */
        height: 188px; /* 338 - 150 */
        border-radius: 3px;

        /* display: none; */
    }
    .photo2.vertical {
        position: absolute;
        left: 180px;
        top: 150px;
        width: 188px; /* 876 - 611 */
        height: 251px; /* 483 - 131 */
        border-radius: 3px;

        /* display: none; */
    }

    .caption_size {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #3a444d;
        font-size: 19px;
        font-weight: bold;
        word-spacing: -4.5px;

        /* display: none; */
    }
    .caption1.vertical {
        top: 87vw;
        left: 17vw;
        width: 13vw;
        line-height: 1.8;

        /* display: none;  */
    }
    .caption2.vertical {
        top: 103vw;
        left: 36vw;
        width: 265px;
        line-height: 2.3;

        /* display: none;  */
    }

    .caption1.horizontal {
        line-height: 1.8;
        top: 127vw;
        left: 58vw;
        width: 16vw;
        font-size: 4.6vw;

        /* display: none;  */
    }
    .caption2.horizontal {
        line-height: 2;
        top: 79vw;
        left: 43vw;
        width: 17vw;
        word-spacing: normal;
        font-size: 4.6vw;

        /* display: none;  */
    }
    .best-value {
        position: absolute;
        top: 22vw;
        right: 0vw;
        width: 28vw;
        height: 165px;
        z-index: 3;

        /* display: none; */
    }
    html[ms-theme=gifts] a.upgrade-button:hover {
        color: white;
        background-color: #2E5066;
    }
    .upgrade-button {
        position: absolute;
        bottom: 34.5vw;
        left: 50%;
        transform: translateX(-50%);
        background-color: #416f90;
        color: white;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        border-radius: 1.8vw;
        z-index: 4;
        width: 90vw;
        line-height: 2.16;

        /* display: none; */
    }
    html[ms-theme=gifts] a.no-thanks-button:hover {
        color: #a3a2a2;
    }
    .no-thanks-button {
        position: absolute;
        bottom: 23.3vw;
        left: 50%;
        transform: translateX(-50%);
        color: #646565;
        text-decoration: underline;
        font-size: 4.6vw;
        font-weight: 600;
        z-index: 4;

        /* display: none; */
    }

}
