body {
    font-family: 'Pathway Gothic One', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    border: 0;
    box-shadow: none;
    outline: none;
    line-height: 0;
}

img {
    border: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.mobile {
    line-height: 0;
}

.mobile-bottom {
    padding-top: 15px;
}

.mobile-web img {
        max-width: 90%;
}

.mobile-insta img {
    margin-left: 3%;
    max-width: 61%;
}

.mobile-facebook img {
    max-width: 89%;
}

.more-info {
    text-align: center;
    font-size: 25px;
    padding: 15px;
}

.desktop-only {
    display: none;
}

#desktop-wrapper { display: none; }

@media screen and (min-width: 750px) {
    .mobile {
        display: none;
    }
    
    #desktop-img {
        cursor: pointer;
    }

    #desktop-wrapper {
        display: block;
        line-height: 0;
        margin: 0 auto;
        max-width: 65vh;
        position: relative;
    }
    #desktop-wrapper.large {
        max-width: 100%;
    }

    .desktop-bottom {
        display: flex;
        flex-direction: row;
    }

    .desktop-web,
    .desktop-facebook {
        width: 37.5%;
    }

    .desktop-insta {
        width: 25%;
    }

    .more-info {
        font-size: 18px;
        padding: 25px;
    }

    .desktop-only {
        display: inline;
    }
}