
@media print {

    .mbtGallery-preview {
        display:none;
    }
    .mbtGallery-preview:first-of-type {
        display:block;
        width:400px;
        height:400px;
    }

    body {
        padding-top:100px;
    }

    #footer {
        text-align: center;
    }
    #footer a {
        display:none;
    }

    #mbtGallery-thumbs {
        display:none;
    }

}
