div.page-header {
    display: none !important;
}

table.galleries {
    width: 98%;
    margin: 1em auto;
    padding: 0;
    border-collapse: collapse;
    display: inline-block;
}

    table.galleries tr td { vertical-align: top; }

    table.galleries tr td h1 {
        text-align: left !important;
        padding: 0;
        margin: 0;
    }

    table.galleries tr td.thumbnail { width: 280px;
                                      text-align:center; }

    button,
    a.button {
        width: 5em;
        height: 1.5em;
        background-color: #7413dc;
        display: inline-block;
        color: #fff;
        margin-top: 0.2em;
        text-decoration: none;
        text-align: center;
        padding-top: 0.4em;
    }

button:hover,
a.button:hover {
    background-color: #ffb933;
    cursor: pointer;
}

button {
    border: none;
    height: 2.5em;
}

table.gallery {
    width: 75%;
    margin: auto auto;
    border-collapse: collapse;
}

    table.gallery tr td {
        text-align: center;
        margin: 0.5em;
        padding: 0.5em;
    }

    table.gallery tr td img:hover {
        cursor: pointer;
    }

div.buttons {
    display: inline-block;
    width: 99%;
    margin: 0.5em;
}

div.popup div {
    text-align: center;
}

.popup img {
    height: 70% !important;
    width: 70% !important;
    margin: auto auto;
}

@media (max-width: 955px) {
    .popup img {
        height: 70% !important;
        width: 50% !important;
        margin: auto auto;
    }
}