.web-bag-ad {
    display: none;
}
@media only screen and (min-width: 1200px) { 
    body {
        padding: 0 !important;
        margin: 0 !important;
    }
    .web-bag-ad {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 4em 0em 4em 0;
        position: relative;
    }

    .web-bag-ad-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
        width: 40vw;
        background-image: url("https://storage.googleapis.com/jjk_webstore_v2/kikapu_2.jpeg");
        background-position: bottom;
        background-size: cover;
        overflow: hidden;
        backdrop-filter: blur(2px);
        background-repeat: no-repeat;
    }

    .bag-carousel {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.01);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(10px);
        height: 80vh;
        width: 50vw;
        position: relative;
    }

    .bag-carousel img {
        height: 60vh;
        width: 50vw;
        object-fit: contain;
    }

    .web-bag-ad-2 {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 80vh;
        width: 40vw;
    }

    .web-bag-ad-2 h1 {
        margin-top: 2em;
        font-size: 4.5em;
        font-family: var(--header-font);
        font-weight: 100;
        line-height: 1em;
        padding: 0;
        margin: 0;
        color: aliceblue;
        text-transform: uppercase;
    }


    .web-bag-ad-2 p {
        padding: 2em 0em 2em 0;
        width: 30vw;
        font-size: 1.125em;
        text-align: center;
        font-family: var(--body-font);
        color: #f5f5f5;
        line-height: 1.5em;
    }

    .web-bag-ad-2 h3 {
        font-family: var(--body-font);
        color: var(--accent-color-2);
        list-style: none;
    }

    .web-bag-ad-2 button {
        background: var(--accent-color);
        padding: 1em 3em;
        cursor: pointer;
        font-size: 1.125em;
    }

}