body.photo .container {
    background-color: #000;
}
body.photo .main-content, body.photo .main-sidebar {
    float: none !important;
    width: 100% !important;
}
@media all and (min-width:961px) {
    body.photo .main {
        max-width: 100%;
    }
}
.ps-toolbar-single-image {
    width: 100%;
}
a.ps-toolbar-content {
    background-image: url("photoswipe/icons.png");
    background-repeat: no-repeat;
    height: 44px;
    margin: 0 auto;
    width: 44px;
}
body.photo .ps-caption-bottom {
    width: 100%;
}
div.ps-toolbar-next a.ps-toolbar-content {
    background-position: -132px 0;
}
div.ps-toolbar-previous a.ps-toolbar-content {
    background-position: -44px 0;
}
body.photo .main-photo {
    overflow: hidden;
    position: relative;
    background: #000;
    text-align: center;
}

body.photo .main-photo .image-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0);   //hack na wp
}
body.photo .main-photo .image-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0);   //hack na wp
}
body.photo .main-photo .image-prev:hover,
body.photo .main-photo .image-next:hover {
    background: rgba(255,255,255, 0);
}
body.photo .photo-index {
    display: none;
}