.mobile {
    display: block;
}

.desktop {
    display: none;
}

section#wrapper main table#gallerysingle a.mob-prev {
    display: inline-block;
    float: left;
    margin-left: 1%;
}

section#wrapper main table#gallerysingle a.mob-next {
    display: inline-block;
    float: right;
    margin-right: 1%;
}

section#wrapper main table#gallerysingle a.mob-prev img, section#wrapper main table#gallerysingle a.mob-next img {
    width: auto;

    height: 100px;
}

section#wrapper main table#gallerysingle {
    width: 100%;
    left: 0;
}

section#wrapper main table#gallerysingle tr td:first-child:not([colspan='3']), section#wrapper main table#gallerysingle tr td:last-child:not([colspan='3']) {
    display: none;
}

section#wrapper main table#gallerysingle tr td.current {
    width: 100%;
}