a.next .glyphicon.glyphicon-chevron-right
{
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 10;
    right: 10px;
    font-size: 2em;
}
a.previous .glyphicon.glyphicon-chevron-left{
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 10;
    left: 10px;
    font-size: 2em;
}
#imageDataContainer{
    display: none !important;
}
.playlistid {
    position: absolute!important;
    top: calc( 50% - 1.5em);
    left: calc( 50% - 1em);
    color: white;
}
.playlistid .fa-youtube-play
{
    color: #e22b26;
}
.playlistid .fa-square
{
    color: white;
    font-size: 1.5em;
}
a.lightbox-processed:focus,a.lightbox-processed:hover .playlistid .fa-youtube-play
{
    color: #2a2a2a;
}
a.lightbox-processed span.playlistid-title {
    position: absolute;
    bottom: 0;
    background: black;
    padding: 0.8em;
    color: white;
    text-align: center;
    opacity: 0.8;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: xx-small
}

a.lightbox-processed img.img-responsive {
    width: 100% !important;
}