.carousel {
  height: 500px; }
  .carousel .carousel-inner, .carousel .carousel-inner > .item {
    height: 100%; }
  .carousel .carousel-inner > .item {
    background-size: cover;
    background-position: center center; }
  .carousel .carousel-caption {
    left: auto;
    bottom: 50px;
    right: 5%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 30px 20px;
    border-radius: 5px;
    text-align: right;
    min-height: 120px; }
    .carousel .carousel-caption carousel-caption-txt {
      max-width: 650px; }
    .carousel .carousel-caption p {
      font-weight: normal;
      font-size: 12px;
      max-width: 650px; }
    .carousel .carousel-caption.unesco-logo {
      left: 5%;
      right: auto;
      padding: 0; }
      .carousel .carousel-caption.unesco-logo img {
        margin: 1px 20px;
        height: 120px; }
  .carousel .carousel-control {
    width: 5%; }
    .carousel .carousel-control .icon {
      position: absolute;
      top: 50%;
      font-size: 50px;
      right: 10px;
      left: auto;
      margin-top: -25px; }
    .carousel .carousel-control.right, .carousel .carousel-control.left {
      z-index: 10; }
    .carousel .carousel-control.left .icon {
      left: 10px;
      right: auto; }
  .carousel.video-carousel {
    border: none; }
    .carousel.video-carousel .video {
      position: absolute;
      right: 0;
      top: 0;
      min-width: 100%;
      min-height: 100%; }
    .carousel.video-carousel .carousel-inner {
      border-radius: 10px;
      overflow: hidden; }
      .carousel.video-carousel .carousel-inner .carousel-caption {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        padding-top: 200px; }
        .carousel.video-carousel .carousel-inner .carousel-caption h3 {
          font-size: 40px;
          display: inline-block;
          padding: 0 20px; }
        .carousel.video-carousel .carousel-inner .carousel-caption p {
          font-size: 14px;
          margin-bottom: 50px; }
        .carousel.video-carousel .carousel-inner .carousel-caption a {
          color: #fff; }
        .carousel.video-carousel .carousel-inner .carousel-caption .carousel-caption-btn {
          display: inline;
          font-size: 12px;
          border: 1px solid #fff;
          padding: 6px 15px 6px 35px;
          border-radius: 5px; }
        .carousel.video-carousel .carousel-inner .carousel-caption .play:hover {
          opacity: 0.5;
          cursor: pointer; }
    .carousel.video-carousel .carousel-control {
      background: rgba(0, 0, 0, 0); }
      .carousel.video-carousel .carousel-control .icon {
        background: #003985;
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .carousel.video-carousel .carousel-control.right .icon {
        right: -20px; }
      .carousel.video-carousel .carousel-control.left .icon {
        left: -20px; }
      .carousel.video-carousel .carousel-control.left, .carousel.video-carousel .carousel-control.right {
        opacity: 1; }
      .carousel.video-carousel .carousel-control.right .icon, .carousel.video-carousel .carousel-control.left .icon {
        font-size: 16px;
        border-radius: 6px; }
    .carousel.video-carousel .mute {
      position: absolute;
      z-index: 10;
      background: rgba(0, 0, 0, 0.8);
      color: #FFF;
      padding: 10px 8px 5px;
      border-radius: 6px;
      right: 30px;
      bottom: 30px;
      font-size: 26px;
      line-height: 36px;
      width: 50px;
      height: 50px;
      text-align: center;
      cursor: pointer; }

.ltr .carousel .carousel-caption {
  text-align: left; }

@media (max-width: 1170px) {
  .carousel .carousel-caption {
    left: 40%;
    right: 5%; }
    .carousel .carousel-caption.unesco-logo {
      left: 5%;
      right: 70%;
      min-height: unset; }
      .carousel .carousel-caption.unesco-logo p {
        display: inline-block;
        margin: 1px 20px; }
      .carousel .carousel-caption.unesco-logo img {
        width: 100%;
        max-width: 100%;
        margin: 0 !important; } }
@media (max-width: 991px) {
  .carousel .carousel-caption {
    min-height: unset; } }
@media (max-width: 767px) {
  .carousel {
    height: 300px; }
    .carousel .carousel-caption {
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0;
      text-align: center;
      padding: 0px 10px 8px; }
      .carousel .carousel-caption p {
        display: none; }
      .carousel .carousel-caption .carousel-caption-txt {
        font-size: 12px; }
      .carousel .carousel-caption .carousel-caption-desc {
        font-size: 10px; }
    .carousel.video-carousel .carousel-caption p {
      display: block; } }
@media (max-width: 500px) {
  .carousel {
    height: 220px; }
    .carousel .carousel-caption {
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0;
      text-align: center;
      padding: 0px 8px 8px; }
      .carousel .carousel-caption p {
        display: none; }
      .carousel .carousel-caption .carousel-caption-txt {
        font-size: 11px; }
      .carousel .carousel-caption .carousel-caption-desc {
        font-size: 9px; }
    .carousel.video-carousel .carousel-caption p {
      display: block; } }

