.gallery-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1,1,1,0.8);
    display: none;
    z-index: 50;
}

.mobile-gallery-header{
    display: none;
}

.around {
    clear: both;
    position: relative;
}

#gallery {
    overflow: hidden;
    width: 100%;
    background-color: rgb(67,0,36);
    position: relative;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 22px;
}

#gallery-main,
.gallery-main {
    width: 100%;
    float: left;
}


#gallery-main header,
.gallery-main header {
    overflow: auto;
    position: relative;
}

#gallery-main header div.title,
.gallery-main header div.title {
    text-align: left;
    padding: 18px 30px 9px 22px;
    height: 86px;
    position: relative;
    z-index: 1;
    color: white;
    width: 70%;
}


#gallery-main header div.title time,
.gallery-main header div.title time {
    color: #d2d2d2;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2;
}

.article-title{
    color: white;
    line-height: 22px;
    height: 55px;
    font-family: 'PT Sans',sans-serif;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
}

.publish-date, .text{
    font-family: 'Abel',sans-serif;
}

#gallery-main div.top,
.gallery-main div.top {
    width: 40%;
    float: right;
}

#gallery-main div.top ul,
.gallery-main div.top ul {
    list-style-type: none;
    font-size: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    bottom: 7px;
}

#gallery-main div.top ul .btn.play,
#gallery-main div.top ul .btn.pause {
    display: none;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 15px;
    width: 26px;
    height: 23px;
    position: relative;
    z-index: 52;
    cursor: pointer;
    width: auto;
    vertical-align: top;
}

#gallery-main div.top ul .btn.play{
    display: inline-block;
    vertical-align: top;
}

#gallery-main div.top ul .btn.prev {
    margin-right: 11px;
    display: inline-block;
    cursor: pointer;
}

#gallery-main .gallery-standfirst-bottom{
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #d2d2d2;
    line-height: 18px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #d2d2d2;
    line-height: 18px;
    padding: 10px;
    padding-top: 5px;
    display: block;
    box-sizing: border-box;
    display: block;
}

#gallery-carousel-main #gallery-carousel li .current-pointer{
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background: #eb203a;
    z-index: 1;
}
#gallery-main div.top ul .btn.next {
    padding-right: 9px;
    display: inline-block;
    cursor: pointer;
}

#gallery-main div.top li.text,
.gallery-main div.top li.text {
    color: white;
    cursor: default;
    padding-bottom: 12px;
    display: block;
    padding-right: 13px;
    font-size: 13px;
    line-height: 15px;
}

#gallery-main div.top li.text span {
    display: inline-block;
    color: white;
}

#gallery-main div.top .Button.string {
    float: left;
    margin: 14px 0 -4px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
    display: none;
}

#gallery-photo-wrapper,
.gallery-photo-wrapper {
    clear: both;
    background-color: rgb(48,0,26);
    position: relative;
    overflow: hidden;
}

#gallery-photo-wrapper .gallery-description {
    padding: 9px 0;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    padding-left: 22px;
    padding-right: 20px;
    height: 75px;
    box-sizing: border-box;
    overflow: hidden;
    font-family: 'PT Sans', Sans-Serif;
}

#gallery-main-photo,
.gallery-main-photo {
    position: relative;
    height: 478px;
    display: table;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}


#gallery-main-photo .middle,
.gallery-main-photo .middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: black;
    height: 100%;
    width: 100%;
}

#gallery-main-photo .main-img-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

#gallery-main-photo a.next,
#gallery-main-photo a.prev,
.gallery-main-photo a.next,
.gallery-main-photo a.prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

#gallery-main-photo a.next,
.gallery-main-photo a.next {
    left: auto;
    right: 0;
}

#gallery-main-photo a.prev span.arrow-right-white, .gallery-main-photo a.prev span.arrow-right-white{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%)translateX(-50%)rotate(180deg); /* IE 9 */
    -webkit-transform: translateY(-50%)translateX(-50%)rotate(180deg); /* Chrome, Safari, Opera */
    transform: translateY(-50%)translateX(-50%)rotate(180deg);
}

#gallery-main-photo a.next span.arrow-right-white, .gallery-main-photo a.next span.arrow-right-white{
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%)translateY(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%)translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%)translateY(-50%);
}

.main-img-wrapper img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}

*.gig-bar-container img{
    width: 100%;
}

#gallery-carousel-main #gallery-carousel {
    position: relative;
    height: 64px;
    list-style: none;
    float: left;
    padding:0px;
    margin:0px;
}

#gallery-carousel-main #gallery-carousel li  {
    position: relative;
    float: left;
    width: 64px;
    margin-right: 1px;
    overflow: hidden;
    height: 100%;
}

#gallery-carousel-main #gallery-carousel li .img-wrapper {
    height: 100%;
    position: relative;
}

#gallery-carousel-main #gallery-carousel li .slider-thumb {
    height: 100%;
    cursor: pointer;
    position: relative;
    object-fit: cover;
}

#gallery-aside.gallery-aside-desktop{
    display: none;
}

#gallery-carousel-main .jcarousel-clip.jcarousel-clip-horizontal {
    overflow: auto;
}

#gallery-carousel-main .jspContainer .jspTrack {
    background-color: rgb(48,0,26);
}

#gallery-carousel-main .jspContainer .jspTrack .jspDrag {
    background-color: #eb203a;
}

#gallery-carousel-main .jspContainer{
    height: 77px !important;
}
h1{
    padding: 0;
    margin: 0;
}

#gallery-carousel-main{
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(48,0,26);
}

/*#gallery-mpu {
    position: absolute;
    height: 632px;
    width: 300px;
    margin-top: 57px;
    border-top: 1px solid #28282d;
    border-bottom: 1px solid #28282d;
}
*/

#gallery-share-wrapper.gallery-share-wrapper-mobile {
    display: none;
}

