.banner .content {
  text-align: left;
  max-width: 1230px;
  margin: 0 auto; }
.banner .content-panel {
  background-color: #fff;
  line-height: 0; }
.banner .center-marker {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: solid 1px red;
  display: none; }
.banner .hotspot-marker {
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s; }
.banner .hotspot-container {
  position: relative;
  width: 200px;
  height: 100px;
  background-color: rgba(40, 40, 200, 0.7);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px 8px 0px 8px;
  border: solid 1px #3232ff;
  left: -210px;
  top: -110px; }
.banner .hotspot-container p {
  opacity: 1;
  color: #fff; }
.banner #explore-nasdaq {
  position: absolute;
  left: 50%;
  top: 158px;
  margin-left: -208px; }
  .banner #explore-nasdaq .hide {
    display: none; }
  .banner #explore-nasdaq.sm {
    margin-left: -148px; }
.banner #nasdaq-globe {
  background-color: #000;
  height: 548px;
  position: relative; }
  .banner #nasdaq-globe .nasdaq-globe-content {
    display: none; }
    .banner #nasdaq-globe .nasdaq-globe-content .globe3d.fallback {
      background: url(/National_Library/20160526010038oe_/http://business.nasdaq.com/static/img/fallback-globe.jpg) no-repeat center center;
      width: 100%;
      height: 550px; }
  .banner #nasdaq-globe .loading-animation {
    background: url(/National_Library/20160526010038oe_/http://business.nasdaq.com/static/img/loading.gif);
    width: 140px;
    height: 140px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -70px; }
.banner .video-navigation {
  position: relative; }
  .banner .video-navigation .btn-next {
    width: 19px;
    height: 105px;
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 196px;
    z-index: 100;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner .video-navigation .btn-next:hover {
      opacity: 1; }
    .banner .video-navigation .btn-next:before {
      content: "";
      position: absolute;
      top: 0;
      left: 8px;
      height: 50%;
      width: 2px;
      background: white;
      -webkit-transform: skew(-163deg, 0deg);
      -ms-transform: skew(-163deg, 0deg);
      transform: skew(-163deg, 0deg); }
    .banner .video-navigation .btn-next:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 8px;
      height: 50%;
      width: 2px;
      background: white;
      -webkit-transform: skew(163deg, 0deg);
      -ms-transform: skew(163deg, 0deg);
      transform: skew(163deg, 0deg); }
  .banner .video-navigation .btn-previous {
    width: 19px;
    height: 105px;
    cursor: pointer;
    position: absolute;
    left: 38px;
    top: 196px;
    z-index: 100;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner .video-navigation .btn-previous:hover {
      opacity: 1; }
    .banner .video-navigation .btn-previous:before {
      content: "";
      position: absolute;
      top: 0;
      left: 8px;
      height: 50%;
      width: 2px;
      background: white;
      -webkit-transform: skew(163deg, 0deg);
      -ms-transform: skew(163deg, 0deg);
      transform: skew(163deg, 0deg); }
    .banner .video-navigation .btn-previous:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 8px;
      height: 50%;
      width: 2px;
      background: white;
      -webkit-transform: skew(-163deg, 0deg);
      -ms-transform: skew(-163deg, 0deg);
      transform: skew(-163deg, 0deg); }
.banner .ng-carousel {
  position: absolute;
  text-align: center;
  width: calc(100% - 206px);
  height: 470px;
  top: 32px;
  padding: 0;
  overflow: hidden;
  left: 103px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1; }
  .banner .ng-carousel.ng-hide {
    opacity: 0; }
  .banner .ng-carousel.ng-hide-add, .banner .ng-carousel.ng-hide-remove {
    /* this needs to be here to make it visible during the animation
       since the .ng-hide class is already on the element rendering
       it as hidden. */
    display: block !important; }
  .banner .ng-carousel .items-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .banner .ng-carousel .items-wrapper .gallery-item {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid transparent;
      border-image-source: linear-gradient(to bottom, #109fc2, #5a4099);
      border-image-slice: 1;
      z-index: 10;
      background-size: 100%;
      background-repeat: no-repeat;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
      .banner .ng-carousel .items-wrapper .gallery-item.ng-hide {
        opacity: 0; }
      .banner .ng-carousel .items-wrapper .gallery-item.ng-hide-add, .banner .ng-carousel .items-wrapper .gallery-item.ng-hide-remove {
        /* this needs to be here to make it visible during the animation
           since the .ng-hide class is already on the element rendering
           it as hidden. */
        display: block !important; }
      .banner .ng-carousel .items-wrapper .gallery-item .image {
        width: 1024px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -512px; }
      .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper {
        position: absolute;
        left: 30px;
        top: 20px;
        color: #fff;
        width: 325px;
        text-align: left;
        z-index: 20; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper h1, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper h2, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper p, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul {
          font-weight: 200;
          float: left;
          width: 100%; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .title {
          font-size: 28px;
          width: 460px;
          margin: 0 0 25px; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .description {
          font-size: 14px;
          line-height: 22px; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .sub-title {
          font-size: 14px;
          text-transform: uppercase;
          margin-top: 20px;
          margin-bottom: 5px; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul {
          font-size: 13px;
          list-style-type: none;
          padding: 0;
          margin-top: 5px; }
          .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul li {
            height: 33px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul li:last-child {
              border: none; }
            .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul li:after {
              content: "";
              width: 0;
              height: 0;
              border-top: 5px solid transparent;
              border-bottom: 5px solid transparent;
              border-left: 5px solid #fff;
              float: right;
              margin-top: 10px; }
            .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul li a, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul li a:visited {
              color: #fff; }
            .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul li a {
              text-decoration: none;
              line-height: 33px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              width: calc(100% - 20px);
              float: left; }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-play {
        position: absolute;
        height: 128px;
        width: 128px;
        cursor: pointer;
        z-index: 20;
        top: 50%;
        left: 50%;
        margin-top: -64px;
        margin-left: -64px;
        background-color: #40B7D1;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .banner .ng-carousel .items-wrapper .gallery-item .btn-play:after {
          content: "";
          width: 0;
          height: 0;
          border-top: 28px solid transparent;
          border-left: 40px solid #fff;
          border-bottom: 28px solid transparent;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -28px;
          margin-left: -12px; }
        .banner .ng-carousel .items-wrapper .gallery-item .btn-play:hover {
          background-color: #009EC2; }
      .banner .ng-carousel .items-wrapper .gallery-item iframe {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1; }
        .banner .ng-carousel .items-wrapper .gallery-item iframe.ng-hide {
          opacity: 0; }
        .banner .ng-carousel .items-wrapper .gallery-item iframe.ng-hide-add, .banner .ng-carousel .items-wrapper .gallery-item iframe.ng-hide-remove {
          /* this needs to be here to make it visible during the animation
             since the .ng-hide class is already on the element rendering
             it as hidden. */
          display: block !important; }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-close {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 20;
        width: 32px;
        height: 32px;
        opacity: 0.4;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .banner .ng-carousel .items-wrapper .gallery-item .btn-close:hover {
          opacity: 1; }
        .banner .ng-carousel .items-wrapper .gallery-item .btn-close:before, .banner .ng-carousel .items-wrapper .gallery-item .btn-close:after {
          position: absolute;
          left: 15px;
          content: ' ';
          height: 33px;
          width: 2px;
          background-color: #fff; }
        .banner .ng-carousel .items-wrapper .gallery-item .btn-close:before {
          transform: rotate(45deg); }
        .banner .ng-carousel .items-wrapper .gallery-item .btn-close:after {
          transform: rotate(-45deg); }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-close-mobile {
        display: none;
        position: absolute; }
      .banner .ng-carousel .items-wrapper .gallery-item:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, black 0%, transparent 100%);
        background: -webkit-linear-gradient(left, black 0%, transparent 100%);
        background: linear-gradient(to right, black 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); }
.banner .thumbnails-wrapper {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1; }
  .banner .thumbnails-wrapper.ng-hide {
    opacity: 0; }
  .banner .thumbnails-wrapper.ng-hide-add, .banner .thumbnails-wrapper.ng-hide-remove {
    /* this needs to be here to make it visible during the animation
       since the .ng-hide class is already on the element rendering
       it as hidden. */
    display: block !important; }
  .banner .thumbnails-wrapper .group {
    float: left;
    text-align: center;
    padding: 0;
    box-sizing: border-box; }
    .banner .thumbnails-wrapper .group.g0 {
      width: calc(100% / 7 * 2 - 1px); }
    .banner .thumbnails-wrapper .group.g1 {
      width: calc(100% / 7 * 1 - 1px); }
    .banner .thumbnails-wrapper .group.g2 {
      width: calc(100% / 7 * 4 - 1px); }
    .banner .thumbnails-wrapper .group .thumb {
      float: left;
      text-align: center;
      padding: 0 8px;
      box-sizing: border-box;
      margin-bottom: 15px;
      cursor: pointer; }
      .banner .thumbnails-wrapper .group .thumb.t0 {
        width: calc(100% / 2 - 1px); }
      .banner .thumbnails-wrapper .group .thumb.t1 {
        width: 100%; }
      .banner .thumbnails-wrapper .group .thumb.t2 {
        width: calc(100% / 4 - 1px); }
      .banner .thumbnails-wrapper .group .thumb .link {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 88px;
        border: solid 1px #2b94ad;
        background-color: black;
        position: relative;
        overflow: hidden; }
        .banner .thumbnails-wrapper .group .thumb .link .image {
          position: absolute;
          opacity: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          margin: 0;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        .banner .thumbnails-wrapper .group .thumb .link .text {
          position: absolute;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #fff;
          padding: 24px 12px 12px;
          width: 100%;
          height: 100%;
          float: left;
          text-align: left;
          font-size: 11px;
          line-height: 12px;
          top: 0;
          left: 0;
          opacity: 1;
          text-overflow: ellipsis;
          overflow: hidden;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        .banner .thumbnails-wrapper .group .thumb .link:hover img {
          opacity: 0.5;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .banner .thumbnails-wrapper .group .thumb .link:hover .text {
          opacity: 0.5; }
@media (max-width: 991px) {
  .banner #explore-nasdaq {
    top: 100px; }
  .banner .video-navigation .btn-next, .banner .video-navigation .btn-previous {
    top: 116px; }
  .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper {
    width: 290px; }
    .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .title {
      font-size: 19px;
      width: 268px; }
    .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .description {
      font-size: 12px;
      line-height: 16px; }
    .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .sub-title, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul {
      font-size: 12px;
      line-height: 0px; }
  .banner .ng-carousel .items-wrapper .gallery-item .btn-play {
    margin-top: auto;
    margin-left: auto;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .banner .thumbnails-wrapper .group.g0 {
    width: 26%; }
  .banner .thumbnails-wrapper .group.g1 {
    width: 21%; }
  .banner .thumbnails-wrapper .group.g2 {
    width: 53%; }
  .banner .thumbnails-wrapper .group .thumb {
    float: left;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box; }
    .banner .thumbnails-wrapper .group .thumb .link .text {
      bottom: 0;
      top: auto;
      height: auto; }
    .banner .thumbnails-wrapper .group .thumb.t0 {
      width: 100%; }
    .banner .thumbnails-wrapper .group .thumb.t1 {
      width: 100%; }
      .banner .thumbnails-wrapper .group .thumb.t1 .link {
        height: 191px; }
        .banner .thumbnails-wrapper .group .thumb.t1 .link .image {
          width: auto;
          height: 100%; }
    .banner .thumbnails-wrapper .group .thumb.t2 {
      width: calc(100% / 2 - 1px); } }
@media (max-width: 552px) {
  .banner #explore-nasdaq {
    display: block !important;
    top: 80px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .banner #nasdaq-globe {
    height: 850px;
    background: url("/National_Library/20160526010038oe_/http://business.nasdaq.com/static/img/mobile-bg-portrait.png") no-repeat top left; }
    .banner #nasdaq-globe .nasdaq-globe-content .globe3d {
      display: none; }
  .banner .video-navigation {
    display: none; }
  .banner .ng-carousel {
    width: calc(100% - 30px);
    left: 15px;
    overflow: visible; }
    .banner .ng-carousel .items-wrapper .gallery-item {
      overflow: visible;
      background-color: white;
      min-height: 550px; }
      .banner .ng-carousel .items-wrapper .gallery-item:after {
        content: none; }
      .banner .ng-carousel .items-wrapper .gallery-item .img-wrapper {
        width: calc(100% - 30px);
        left: 15px;
        margin-left: 0;
        height: 180px;
        top: 15px;
        overflow: hidden;
        position: absolute; }
        .banner .ng-carousel .items-wrapper .gallery-item .img-wrapper .image {
          width: 110%;
          left: -5%;
          margin-left: 0;
          height: 110%;
          top: -5%;
          filter: url(blur.svg#blur);
          -webkit-filter: blur(6px);
          filter: blur(6px); }
      .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper {
        width: calc(100% - 30px);
        left: 15px;
        margin-left: 0;
        top: 220px; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .title {
          color: #00a0c3;
          width: 100%;
          font-size: 23px;
          line-height: 26px;
          height: auto;
          margin-bottom: 15px; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .description {
          color: #838383; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .sub-title, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul {
          display: none; }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-play {
        top: 50%;
        left: 50%;
        margin-left: -65px;
        margin-top: -194px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7); }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-close {
        display: none; }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-close-mobile {
        display: block;
        bottom: 15px;
        left: calc(50% - 90px);
        top: auto; }
  .banner .thumbnails-wrapper {
    padding: 0 7px; }
    .banner .thumbnails-wrapper .group.g0 {
      width: 60%; }
    .banner .thumbnails-wrapper .group.g1 {
      width: 40%; }
    .banner .thumbnails-wrapper .group.g2 {
      width: 100%; }
    .banner .thumbnails-wrapper .group .thumb {
      float: left;
      text-align: center;
      padding: 0 8px;
      box-sizing: border-box; }
      .banner .thumbnails-wrapper .group .thumb .link {
        height: 116px; }
        .banner .thumbnails-wrapper .group .thumb .link .text {
          bottom: 0;
          top: auto;
          height: auto; }
      .banner .thumbnails-wrapper .group .thumb.t0 {
        width: 100%; }
      .banner .thumbnails-wrapper .group .thumb.t1 {
        width: 100%; }
        .banner .thumbnails-wrapper .group .thumb.t1 .link {
          height: 247px; }
          .banner .thumbnails-wrapper .group .thumb.t1 .link .image {
            width: auto;
            height: 100%; }
      .banner .thumbnails-wrapper .group .thumb.t2 {
        width: calc(100% / 2 - 1px); } }
@media (min-width: 553px) and (max-height: 552px) and (max-width: 850px) {
  .banner #explore-nasdaq {
    display: block !important;
    top: 40px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .banner #nasdaq-globe {
    height: 450px;
    background: url("/National_Library/20160526010038oe_/http://business.nasdaq.com/static/img/mobile-bg-landscape.png") no-repeat top left; }
    .banner #nasdaq-globe .nasdaq-globe-content .globe3d {
      display: none; }
  .banner .video-navigation {
    display: none; }
  .banner .ng-carousel {
    width: calc(100% - 30px);
    left: 15px;
    overflow: visible;
    height: 403px; }
    .banner .ng-carousel .items-wrapper .gallery-item {
      background-color: white;
      overflow: visible; }
      .banner .ng-carousel .items-wrapper .gallery-item:after {
        content: none; }
      .banner .ng-carousel .items-wrapper .gallery-item .img-wrapper {
        height: calc(50% - 30px);
        width: calc(50% - 30px);
        left: 15px;
        margin-left: 0;
        top: 15px;
        overflow: hidden;
        position: absolute; }
        .banner .ng-carousel .items-wrapper .gallery-item .img-wrapper .image {
          width: 110%;
          left: -5%;
          margin-left: 0;
          height: 110%;
          top: -5%;
          filter: url(blur.svg#blur);
          -webkit-filter: blur(6px);
          filter: blur(6px); }
      .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper {
        width: calc(50% - 30px);
        left: auto;
        right: 15px;
        top: 15px;
        margin-left: 0; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .title {
          color: #00a0c3;
          width: 100%;
          font-size: 23px;
          line-height: 34px;
          height: auto; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .description {
          color: #838383; }
        .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper .sub-title, .banner .ng-carousel .items-wrapper .gallery-item .info-wrapper ul {
          display: none; }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-play {
        top: 50%;
        left: 25%;
        margin-left: -65px;
        margin-top: -165px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7); }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-close {
        display: none; }
      .banner .ng-carousel .items-wrapper .gallery-item .btn-close-mobile {
        display: block;
        top: 50%;
        bottom: auto;
        left: calc(25% - 90px); } }

/*# sourceMappingURL=gallery.css.map */
