 /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
 .flex-container a:hover,
 .flex-slider a:hover {
   outline: none;
 }

 .slides,
 .slides>li,
 .flex-control-nav,
 .flex-direction-nav {
   margin: 0;
   padding: 0;
   list-style: none;
   outline: none;
 }

 .flex-pauseplay span {
   text-transform: capitalize;
 }

 /* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
 .flexslider {
   margin: 0;
   padding: 0;
   outline: none;
 }

 .flexslider .slides>li {
   display: none;
   -webkit-backface-visibility: hidden;
   opacity: 1;
   text-align:center
 }
 .li-artist
 {
     display:inline-block;
     position:relative;
     width:auto;
     margin:auto
 }

 .flexslider .slides img {
   width: 100%;
 
   display: block;
   outline: none;
   object-fit: contain;

 }

 .flexslider .slides:after {
   content: "\0020";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
 }

 html[xmlns] .flexslider .slides {
   display: block;
 }

 * html .flexslider .slides {
   height: 1%;
 }

 .no-js .flexslider .slides>li:first-child {
   display: block;
 }

 /* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
 .flexslider {
   margin: 0;
   position: relative;
   zoom: 1;
   padding: 0 0 32px;
 }

 .flexslider .slides {
   zoom: 1;
 }

 .flexslider .slides img {
 height: 82.3vh;
   -moz-user-select: none;
 }

 .flex-viewport {
   max-height: 2000px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }

 .loading .flex-viewport {
   max-height: 300px;
 }

 @-moz-document url-prefix() {
   .loading .flex-viewport {
     max-height: none;
   }
 }

 .carousel li {
   margin-right: 5px;
 }

 .flex-direction-nav {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
 }

 .flex-direction-nav a {
   display: block;
   position: absolute;
   width: 50%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 2;
   cursor: url("/images/left-arrow.svg") 32 32, pointer;
   color: transparent;
 }

 .flex-direction-nav a.flex-next {
   left: auto;
   right: 0;
   cursor: url("/images/right-arrow.svg") 32 32, pointer;
 }


 .flex-direction-nav .flex-disabled {
   opacity: 0 !important;
   filter: alpha(opacity=0);
   cursor: default;
   z-index: -1;
 }

 .flex-pauseplay a {
   display: block;
   width: 20px;
   height: 20px;
   position: absolute;
   bottom: 5px;
   left: 10px;
   opacity: 0.8;
   z-index: 10;
   overflow: hidden;
   cursor: pointer;
   color: #000;
 }

 .flex-pauseplay a:before {
   font-family: "flexslider-icon";
   font-size: 20px;
   display: inline-block;
   content: '\f004';
 }

 .flex-pauseplay a:hover {
   opacity: 1;
 }

 .flex-pauseplay a.flex-play:before {
   content: '\f003';
 }

 .flex-control-nav {
   width: 100%;
   position: absolute;
   bottom: -13px;
   text-align: center;
 }

 .flex-control-nav li {
   margin: 0 5px;
   display: inline-block;
   zoom: 1;
   *display: inline;
 }

 .flex-control-paging li a {
   width: 8px;
   height: 8px;
   display: block;
   background: transparent;
   cursor: pointer;
   text-indent: -9999px;
   border: 1px solid #000;
   border-radius: 100%;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   -o-border-radius: 100%;
 }

 .flex-control-paging li a:hover {
   background: #333;
   background: rgba(0, 0, 0, 0.7);
 }

 .flex-control-paging li a.flex-active {
   background: #000;
   background: rgba(0, 0, 0, 0.9);
   cursor: default;
 }

 .flex-control-thumbs {
   margin: 5px 0 0;
   position: static;
   overflow: hidden;
 }

 .flex-control-thumbs li {
   width: 25%;
   float: left;
   margin: 0;
 }

 .flex-control-thumbs img {
   width: 100%;
   height: auto;
   display: block;
   opacity: .7;
   cursor: pointer;
   -moz-user-select: none;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }

 .flex-control-thumbs img:hover {
   opacity: 1;
 }

 .flex-control-thumbs .flex-active {
   opacity: 1;
   cursor: default;
 }

 /* ====================================================================================================================
 * RESPONSIVE

 * ====================================================================================================================*/
@media screen and (max-width: 1000px) {
    .flexslider .slides img {
        height: auto
        
    }
}