/*   ATTACHMENT PAGE   */
.attachment .entry-attachment {
    text-align: center;
}

.attachment .nocenter {
    text-align: center;
}

.attachment nav#image-navigation {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
}

.print-info.popup-gallery {
    position: absolute;
    height: 100%;
    text-align: center;
    top: 6%;
    left: 42.5%;
}

.print-info.popup-gallery .btn.btn-primary.red {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .print-info {
        display: none;
    }
}
