    @font-face {
        font-family: 'Venus Plant';
        src: url('../fonts/Venus-Plant.eot');
        src: url('../fonts/Venus-Plant.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Venus-Plant.woff2') format('woff2'),
            url('../fonts/Venus-Plant.woff') format('woff'),
            url('../fonts/Venus-Plant.ttf') format('truetype'),
            url('../fonts/Venus-Plant.svg#Venus Plant') format('svg');
    }

    .spalshWrapper {
        width: 80vw;
        min-height: calc(100vh - 4vw);
        background-color: #fff;
        margin: 0 auto;
    }

    .logowrapper {
        text-align: center;
    }

    .logowrapper h1 {
        margin: 0;
    }

    .logowrapper img {
        max-width: 44.2708vw;
        max-height: 16.8vh;
        margin: 0 auto;
        padding: 3.5708vw 0;
        text-align: center;
    }

    .vinylwrapper {
        text-align: center;
    }


    .vinylwrapper img {
        /*max-width: 77.2917vw;*/
        max-height: 50vh;
        padding-bottom: 3vw;
        width: auto;
        height: auto;
    }

    .vinylwrapper .shop-button {
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 0.95vw;
        font-family: "Venus Plant", sans-serif;
        font-weight: 500;
        display: block;
    }

    .vinylwrapper .shop-button a {
        text-decoration: none;
        color: #000;
        padding: 0.8vw 2vw;
        border: 2px solid #000;
        border-radius: 2vw;
        display: inline-block;
        margin: 0 1vw;
    }

    .entersite a {
        font-size: 0.7292vw;
        font-family: "Venus Plant", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        border-bottom: 2px solid;

    }

    .entersite {
        padding-top: 3vw;
        text-align: center;
    }

    #copyright-wrap span,
    #copyright-wrap a {
        font-size: 0.5729vw;
        font-family: "Venus Plant", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #000;
        padding: 0 2px;
        text-decoration: none;
        border-bottom: 2px solid transparent;
    }

    #copyright-wrap a:hover {
        border-color: #000;
    }

    .vinylwrapper .shop-button a:hover,
    .logowrapper a:hover {
        opacity: 0.7;
    }

    .entersite a:hover {
        opacity: 0.7;
        border: 2px solid transparent;
    }

    div#copyright-wrap {
        margin: 0 auto;
        text-align: center;
        padding: 2vw 0 1vw;
    }

    .mobileOnly {
        display: none;
    }

    .mobile-img {
        display: none;
    }

    body {
        margin: 0;
        padding: 0;
    }

    * {
        outline: none;
    }

    @media only screen and (max-width:1023px),
    only screen and (max-width:1024px) and (orientation:portrait) {
        .logowrapper img {
            max-width: 90.1333vw;
            max-height: none;
        }

        .spalshWrapper {
            min-height: calc(100vh - 20vw);
            width: 92vw;
            margin: 0 auto;
        }

        .desktop-img {
            display: none;
        }

        .mobile-img {
            display: block;
        }

.vinylwrapper .shop-button a {
    text-align: center;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 20vw;
    text-transform: uppercase;
    font-size: 4.8vw;
    font-family: "Venus Plant", sans-serif;
    font-weight: 500;
    padding: 4.2vw 10vw;
    width: 90%;
    box-sizing: border-box;
    margin-bottom: 5vw;
}


        img.mobile-img {
            max-width: 90.1333vw;
            padding: 12.2667vw 0;
            max-height: none;
        }

        .entersite {
            padding: 10vw 0 5vw;
        }

        .entersite a {
            font-size: 3.7333vw;
        }

        div#copyright-wrap {
            width: 95.4667vw;
            padding: 5vw 0 5vw;
        }

        div#copyright-wrap a,
        div#copyright-wrap span {
            font-size: 2.4vw;
            letter-spacing: 0.66px;
            line-height: 2;
        }

        div#copyright-wrap span.copyright {
            display: block;
        }

        span.pipe-terms,
        span.pipe-stagingonly.mobsepr.mobnone {
            display: none;
        }

        br.mobileOnly {
            display: block;
        }
    }