.mfp-counter {
  display: none;
  }

@media only screen and (min-width: 1100px) {
.lg-sub-html {
   height: 100%;
   background-color: rgba(0,0,0,0);
   z-index: 1;
   }

.lg-sub-description {
   color: white;
   padding-top: 20%;
   text-align: right;
   z-index: 1;
   }

#lg-dropdown-overlay {
   z-index: 100;
   }
}

@media only screen and (max-width: 1100px) {
.lg-sub-html {
   background-color: rgba(0,0,0,.4);
   }

.lg-sub-description {
   color: white;
   text-align: left;
   font-size: .85em;
   }

#lg-dropdown-overlay {
   z-index: 101;
   }