   /*#content {
      margin: 50px auto;
      max-width: 982px;}*/

  .flowplayer .fp-logo {
  /* logo always visible, even on origin domain 
  see https://flowplayer.org/docs/setup.html#show-logo-on-origin-domain for details
  */

  display: block;
  opacity: 1 !important;
  top: 11%;
  /*left: auto;
  right: 7px;*/
  width: 12%; /* this makes the logo responsive */
  }

.flowplayer {
  background-color: #000;
}

.flowplayer .info {
  width: 730px;
  max-width:90%;
  /* height: 15%; does not work with all banners */
  height: 100px;
  position: absolute;
  /*left: 11%;*/
  bottom: 5%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.flowplayer .info a {
  position: absolute;
  width: 730px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.flowplayer .info .bn_close {
  z-index: 100;
  display: block;
  position: absolute;
  top: -15px;
  right: -2px;
  width: 35px;
  height: 35px;
  background-image: url(/img/btn/x-mark-4-32.png);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  cursor: pointer;
}


/* stack up links by incrementing z-index in reverse order starting from 12 */
.flowplayer.cue0 .info0 {
  width: 730px;
  height: 90px;
  z-index: 15;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.cue0 .info0 a {
  /*background-image: url(http://ad.smilecdn.com/img_ad/ad_banner_151117_1.png);*/
  /*max-width:100%;*/
}

.flowplayer.cue2 .info2 {
  z-index: 14;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.cue2 .info2 a {
 /* max-width:80%;*/
}

.flowplayer.cue4 .info4 {
  z-index: 13;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.cue4 .info4 a {
 /* max-width:80%;*/
}
