body.single-artworks div#main,
body.single-publications div#main {
    width: 100%;
}

/** Stage container **/

.connected-carousels .stage {
    width: 100%;
    margin: 30px auto;
    position: relative;
	overflow: hidden;
}

.connected-carousels .stage li .img-wrapper {
	display: block;
	margin: auto;
	max-width: 50%;
}



#overlay_preloader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    background-color: rgba(255,255,255,0.6);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.preloader #overlay_preloader {
    z-index: 2000;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
#overlay_preloader span {
    color: #000;
    position: absolute;
    top: 45%;
    top: calc(50% - 80px);
    font-size: 120px;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    display: block;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}


/** Navigation container **/

.connected-carousels .navigation {
    width: 92.5%;
    margin: 30px 0 0 4.5%;
    position: relative;

    /*margin-top: 30px;*/

}
.
.connected-carousels .carousel-navigation {
    height: 140px;
    width: 100%;
    background: #fff;
}
.connected-carousels .navigation .mCS_no_scrollbar_x {
    overflow: visible;
    left: 50%!important;
}
.connected-carousels .navigation .mCS_no_scrollbar_x ul{
    overflow: visible;
    margin-left: -50%
}

.carousel-navigation.scroller ul{
    left: 0!important;
}
.mCS_no_scrollbar .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.mCS_no_scrollbar .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: block!important;
}

.mCS_no_scrollbar .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
.mCS_no_scrollbar .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: #c6c6c6!important;
}

.mCS_no_scrollbar .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS_no_scrollbar .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { 
    color: #c6c6c6;
}

#infinity #prev a, #infinity #next a {
    color: transparent;
    border: 0;
}

body.single-artworks .navigation.scroller img{
    min-width: 40px;
}

body.single-artworks .navigation.scroller li {
    width: 120px;
    box-sizing: border-box;
    text-align: center;
}

body.single-artworks .navigation.scroller li > span { 
    display: table;
    height: 120px;
    width: 120px;
}

body.single-artworks .navigation.scroller li > span { 
    display: table-cell;
    vertical-align: middle;
}
 

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 200000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
    position: relative;
    text-align: center;

}

.connected-carousels .carousel li img{
    height: auto;
    width: auto;
    max-width: 95%;

}

@-moz-document url-prefix() {
    .connected-carousels .carousel li img{
        width: 95%;
    }
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: auto;
    /*max-height: 600px;*/
   /* -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;*/
    box-sizing: border-box;
}


.connected-carousels .carousel-stage .img-wrapper span { display:inline-block; position: relative;}

.connected-carousels .carousel-stage .info-wrapper {
    vertical-align: bottom;
    width: 20%;
    text-align: left;
    padding-left: 50px;
	position: absolute;
	right: 0;
	bottom: 25px;
    opacity: 0;
    overflow: visible;
    /*max-height: calc(100% - 50px);*/
   /* -webkit-transition: opacity 300ms ease-out 1s;
    -moz-transition: opacity 300ms ease-out 1s;
    -o-transition: opacity 300ms ease-out 1s;
    transition: opacity 300ms ease-out 1s;*/
}
.connected-carousels .carousel-stage .info-wrapper > div:last-child {
    margin-bottom: 25px;
}


.connected-carousels .carousel-stage .active .info-wrapper {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-out 1s;
    -moz-transition: opacity 200ms ease-out 1s;
    -o-transition: opacity 200ms ease-out 1s;
    transition: opacity 200ms ease-out 1s;
}
.connected-carousels .carousel-stage .info-wrapper h3{
    font-weight: bold;
    font-size: 1.05em;
    line-height: 1;
}

.connected-carousels .carousel-stage .info-wrapper div{
    text-align: left;
}


/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation ul {
	width:auto;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    padding: 20px;
    text-align: center;
	display: table-cell;
	float:none;
    vertical-align: middle;
}

.connected-carousels .carousel-navigation li img {
    display: block;
   /* border: 5px solid #fff;*/
    max-height: 73px;
    width: auto;
	min-width: 50px;
}

/*.connected-carousels .carousel-navigation li.active img {
   // border-color: #ccc;
}*/

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: inline-block;
	text-indent: -999px;
    position: absolute;
    bottom: 10px;
    width: 0;
    height: 0;
    color: #000;
    text-decoration: none;
    font-size:36px;
    text-indent: 100px;
    opacity: 0.1;
    -webkit-transition: all 0.2s ease-out 0.5s;
    -moz-transition: all 0.2s ease-out 0.5s;
    -o-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
	visibility: hidden;
}

.connected-carousels .delegate-prev,
.connected-carousels .delegate-next {
	width: 50%;
	position: absolute;
	font-size: 5px;
	color: transparent;
	text-indent: 999px;
	height: 100%;
	border: 0;
	top: 0;
}
.connected-carousels .delegate-prev:focus,
.connected-carousels .delegate-next:focus {
    outline: 0;
}

.connected-carousels .delegate-prev {left: 0; cursor: w-resize;}
.connected-carousels .delegate-next {left: 50%; cursor: e-resize; }

.connected-carousels .prev-stage  {
    text-indent: -50px;
}
.connected-carousels .next-stage  {
    text-indent: 70px;
}

.connected-carousels:hover .prev-stage,
.connected-carousels:hover .next-stage{
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-out 0.5s;
    -moz-transition: all 0.2s ease-out 0.5s;
    -o-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
}
.connected-carousels .prev-stage:hover,
.connected-carousels .next-stage:hover{
    opacity: 0.9;
    -webkit-transition: all 0.1s ease-out 1s;
    -moz-transition: all 0.1s ease-out 1s;
    -o-transition: all 0.1s ease-out 1s;
    transition: all 0.1s ease-out 1s;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
	display:none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
    opacity: 0.3;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
}

.connected-carousels .prev-navigation {
    left: -15px;
    
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;

    text-indent: 20px;
}


.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}
body.single-artworks .navigation .carousel {
    margin-bottom: 0;
}
/*body.single-artworks .navigation .carousel li:not([data-jcarouselControl="true"]){
    display: none;
}
body.single-artworks .connected-carousels .carousel-stage li:nth-child(1n+30) .info-wrapper {opacity: 1}*/
#showInfo {
    display: none;
}

body.single-artworks ul#infinity li {
    float: left;
    padding: 10px;
    position: relative;
    cursor: pointer;
    min-width: 80px;
}
body.single-artworks ul#infinity li img{
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}
body.
@media (max-width: 767px) {
    .connected-carousels .stage {
        margin-top: 0;
        overflow: visible;
    }
    .connected-carousels .stage ul {
        position: static;
        width: 100%;
    }
    .connected-carousels .stage li { 
        width: 0px;
        overflow: hidden;
    }
    .connected-carousels .stage li.active { 
        width: 100%;
        overflow: visible;
    }
    .connected-carousels .carousel-stage .info-wrapper {
        width: 0;
        overflow: hidden;
        opacity: 0;
        height: 100%;
        background-color: rgba(255,255,255,0.7);
        right: auto!important;
        left: 5%;
        top: 0;
        padding-left: 0;
        overflow: auto;
    }
    .connected-carousels .navigation {
        margin-top: 60px;
    }
    .connected-carousels .carousel-stage .showInfo .info-wrapper {
        opacity: 1;
        width: 90%;
        -webkit-transition: opacity 500ms ease-out;
        -moz-transition: opacity 500ms ease-out;
        -o-transition: opacity 500ms ease-out;
        transition: opacity 500ms ease-out;
    }
    .connected-carousels .next-stage,
    .connected-carousels .prev-stage {
        text-indent: 0;
    } 
    #showInfo {
        display: inline-block;
        text-align: center;
        bottom: -20px;
        font-family: 'oldsansblackregular', sans-serif;
        position: relative;
        z-index: 2;
        width: 100%;

    }
    .showInfo + #showInfo {
        color: rgba(0,0,0,0.9);
    }
    .showInfo + #showInfo:before {
        content: "x";
        color: #000;
        margin-right: 15px;
        font-size: 20px;
        line-height: 10px;
    }
    
}
.vid-lightbox {
    width: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
}
.vid-lightbox.visible {
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgba(255,255,255,0.6);
    z-index: 3000;
    opacity: 1;
    padding-right: 100em;
    margin-right: -100em;
    margin-bottom: -10em;
    padding-bottom: 10em;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.vid-lightbox .close {
    cursor: url( "https://thorstenbrinkmann.com/wordpress/wp-content/themes/brinkmann/images/close.gif") 25 25, no-drop;
}

.vid-lightbox div.close {
    width: 100%;
    height: 150px;
}

.vid-lightbox span.close {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 69em;
}

.vid-lightbox span:first-of-type {
    left: 0;
    right: auto;
}

.vid-lightbox span.show {
    width: 75%;
    display: block;
    margin: auto;
    position: relative;
    padding-bottom: 45%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    margin-bottom: 18px;
    z-index: 10;
}

.vid-lightbox .wp-video {
    min-width: 100%;
    max-width: 100%;
}

.vid-lightbox .wp-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(25,25,25,0.9);
    max-height: 95%;
}
.vid-lightbox form {
    background: white none repeat scroll 0 0;
    display: inline-block;
    margin: 5% 0;
    max-width: 50%;
    padding: 50px 25px 30px;
    z-index: 10;
    text-align: left;
    position: relative;
}
.vid-lightbox input[type="text"], .vid-lightbox input[type="password"] {
    border: 1px solid black;
    box-shadow: none;
    margin-top: 8px;
    border-radius: 0;
}
.vid-lightbox input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: 1px;
}
.vid-lightbox input[type="submit"] {
    margin-top: 10px;
    border-radius: 0;
    border: 2px solid black;
    padding: 5px 15px;
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 767px) {
    body.tax-artworks_cat .navigation,
    body.tax-artworks_series .navigation {
        display: none;
    }
    body.tax-artworks_cat .carousel-stage,
    body.tax-artworks_series .carousel-stage {
        padding: 0!important;
        height: auto!important;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul,
    body.tax-artworks_series .connected-carousels .carousel ul {
        width: 100%;
        position: static;
        display: inline-block;
        margin-top: 50px;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li,
    body.tax-artworks_series .connected-carousels .carousel ul li {
        width: 33%!important;
        height: 140px!important;
        margin-bottom: 15px;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li:not(.lightbox) .delegate-prev,
    body.tax-artworks_series .connected-carousels .carousel ul li:not(.lightbox) .delegate-prev {
        width: 100%;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li:not(.lightbox) .delegate-next,
    body.tax-artworks_series .connected-carousels .carousel ul li:not(.lightbox) .delegate-next {
        width: 0%;
    }

    body.tax-artworks_cat .connected-carousels .carousel ul li .info-wrapper,
    body.tax-artworks_series .connected-carousels .carousel ul li .info-wrapper {
        display: none;
        position: relative;
        opacity: 1;
        width: 80%;
        left: 0;
        margin: auto;
        bottom: auto;
        top: 20%;
        max-height: 80%;
        padding-left: 0;
    } 
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper {
      margin-top: -50%;
      position: absolute;
      top: 0;
      height: 0;
      position: absolute;
      width: 98%;
      height: 0;
      padding-bottom: 100%;
      right: 0;
      box-sizing: border-box;
      bottom: 0;
      margin: auto;
      top: 50%;
      text-align: center;
      display: block;
    }
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper span,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper span {
      margin: -50% 8px 0;
    }
    body.tax-artworks_cat .connected-carousels .stage li .img-wrapper,
    body.tax-artworks_series .connected-carousels .stage li .img-wrapper {
        max-width: 98%;
        display: inline-block;
        margin-top: -50%;
        padding-top: 0!important;
    }
    body.tax-artworks_cat .connected-carousels .stage li .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li .img-wrapper img {
        max-height: 140px!important;
        display: inline;;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li.lightbox,
    body.tax-artworks_series .connected-carousels .carousel ul li.lightbox {
        height: 100%!important;
        width: 100%!important;
        background-color: white;
    }
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img {
        max-height: 400px!important; 
        height: auto;
    }
    body.tax-artworks_cat .connected-carousels .stage li.lightbox.caption .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li.lightbox.caption .img-wrapper img {
        display: none!important;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li.lightbox.caption .info-wrapper,
    body.tax-artworks_series .connected-carousels .carousel ul li.lightbox.caption .info-wrapper {
        opacity: 1;
        position: absolute;
        display: block;
        text-align: center;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li.lightbox.caption .info-wrapper div,
    body.tax-artworks_series .connected-carousels .carousel ul li.lightbox.caption .info-wrapper div {
        text-align: center;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li.lightbox.caption .info-wrapper .intense,
    body.tax-artworks_series .connected-carousels .carousel ul li.lightbox.caption .info-wrapper .intense {
        display: none;
    }

    body.tax-artworks_cat .connected-carousels .carousel ul li .vid-lightbox,
    body.tax-artworks_series .connected-carousels .carousel ul li .vid-lightbox {
        overflow: hidden;
    }
    body.tax-artworks_cat .connected-carousels .carousel ul li .vid-lightbox.visible, 
    body.tax-artworks_series .connected-carousels .carousel ul li .vid-lightbox.visible {
        overflow: auto;
    }

    body.tax-artworks_cat .connected-carousels .carousel ul li.video-box .button-nav button,
    body.tax-artworks_series .connected-carousels .carousel ul li.video-box .button-nav button {
        width: 33%;
    }

    body.tax-artworks_cat .connected-carousels .carousel ul li.video-box .button-nav button:first-child,
    body.tax-artworks_series .connected-carousels .carousel ul li.video-box .button-nav button:first-child {
        text-align: left;
    }

    body.tax-artworks_cat .connected-carousels .carousel ul li.video-box .button-nav button#video,
    body.tax-artworks_series .connected-carousels .carousel ul li.video-box .button-nav button#video {
        text-align: center;
    }

    body.tax-artworks_cat .connected-carousels .carousel ul li.video-box .button-nav button:last-child,
    body.tax-artworks_series .connected-carousels .carousel ul li.video-box .button-nav button:last-child {
        text-align: right;
    }
    .vid-lightbox form {
        max-width: 90%;
        margin-top: -25%;
    }
}


/* IPHONE Landscape */
@media (max-height: 375px) {
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img {
        max-height: 200px!important; 
    }
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper {
        top: 65%;
    }
}
/*IPHONE 6 Landscape */
@media (max-width: 700px) and (max-height: 375px){
  body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
  body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img {
      max-height: 240px!important; 
  }
}
/*IPHONE 6 Portrait */
@media (max-width: 375px) and (max-height: 560px) {
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img {
        max-height: 400px!important; 
        height: auto;
    }
}
/*IPHONE 6 Portrait */
@media (max-width: 375px) and (max-height: 555px) {
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img  {
        max-height: 280px!important;
        height: auto;
    }
    
}
/*IPHONE 5 Portrait */
@media (max-width: 320px) and (max-height: 480px) {
  body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
  body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img  {
    max-height: 320px!important;
    height: auto;
  }
}
/*IPHONE 4 Portrait */
@media (max-width: 320px) and (max-height: 375px) {
  body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
  body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img  {
    max-height: 300px!important;
    height: auto;
  }
}

/* IPHONE4 Landscape */
@media (max-width: 480px) and (max-height: 320px){
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper span,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper span  {
        margin: 10% 8px 0; 
    }
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper img,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper img {
        max-height: 160px!important; 
    }
    
    body.tax-artworks_cat .connected-carousels .stage li.lightbox .img-wrapper,
    body.tax-artworks_series .connected-carousels .stage li.lightbox .img-wrapper {
        top: 80%;
    }
}



/*** SINGLE MOBILE - START ****/

body.single-artworks ul.hoverText li {
  width: 90%;
  width: calc(100% - 50px);
  height: 95%;
  height: calc(100% - 100px);
  display: list-item;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  position: fixed;
}

body.single-artworks ul.hoverText li .border-helper + span {
margin-top: -50%;
  position: absolute;
  top: 0;
  height: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  right: 0;
  box-sizing: border-box;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: block;
}

body.single-artworks ul.hoverText li .border-helper + span > span {
  margin: -50% 3px 0;
}

body.single-artworks ul.hoverText li img {
    max-height: 100%;
    margin-top: -10%;
}

body.single-artworks ul.hoverText li .text-content {
    display: none;
    background: #513f2c url('../images/hintergrund.jpg');
    color: white;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

body.single-artworks ul.hoverText li button#detail-next,body.single-artworks ul.hoverText li button#detail-prev {
  position: fixed;
  top: 0;
  width: 50%;
  bottom: 80px;
  display: block;
  left: 0;
}

body.single-artworks  ul.hoverText li .button-nav {
    position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  display: block;
}

body.single-artworks  ul.hoverText li .button-nav button,
body.single-artworks  ul.hoverText li .button-nav a {
    border: 0;
    font-family: 'oldsansblackregular', sans-serif;
    background-color: transparent;
    float: left;
}
body.single-artworks  ul.hoverText li .button-nav > :last-child {
    float: right;
}

body.single-artworks  ul.hoverText li.caption img {
  visibility: hidden;
}
body.single-artworks  ul.hoverText li.caption .text-content {
    display: block;
    opacity: 1;
    background: transparent;
    color: #000;
    max-height: 400px;
    overflow: auto;
}

/*** SINGLE MOBILE - END ****/

@media (min-width: 768px) {

    .connected-carousels .carousel li img{
        max-height: none;
    }
}

@media (min-width: 979px) {
    body.single-artworks div#main {
        margin-top: 50px;
    }
  
}

@media (min-width: 1200px) {
    .connected-carousels .stage li .img-wrapper {
        max-width:60%;
    }
    body.single-artworks div#main {
        margin-top: 85px;
    }
    .carousel-stage {
        margin-bottom: 60px;
    }
}

.connected-carousels .carousel-stage .active img {
	display: block;
}
.connected-carousels .navigation .carousel li img {
        max-height: 80px;
        max-width: 80px;
    }