.patpat-mobile {
    height: 80vh;
    width: 100vw;
    background-image: url("https://storage.googleapis.com/jjk_webstore_v2/jokajok_patpat_collection.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.patpat-cllx-child {
    display: flex;
    justify-content: center;
  
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.patpat-cllx-child h1 {
    margin-top: 2.5em;
    color: var(--accent-color);
    font-weight: 200;
    width: 88%;
    font-family: var(--header-font);
}

@media only screen and (min-width: 1200px) {
    .patpat-mobile {
        display: none;
    }
}