.mosaic {
  margin: 0 auto;
  width: 1100px;
  background: #fff;
}
.mosaic-title {
  text-align: center;
}
.mosaic-cell {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  background-repeat: no-repeat;
}
.mosaic-cell-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("css/transpBlack10.png");
}
.mosaic-cell-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.mosaic-cell-caption:hover {
  width: 100%;
  cursor: pointer;
  background-image: url("css/transpBlack50.png");
  background: rgba(0, 0, 0, 0.5);
}
.mosaic-cell-caption-city, .mosaic-cell-caption-country {
  text-align: right;
  color: #fff;
}
.mosaic-cell-caption-city {
  position: absolute;
  bottom: 23px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
}
.mosaic-cell-caption-country {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 16px;
}
.mosaic-row {
  width: 1100px;
  clear: both;
  margin-right: 0;
}
.mosaic-row-one {
  height: 328px;
  margin-bottom: 10px;
}
.mosaic-row-one > .mosaic-cell {
  width: 762px;
  height: 328px;
  background-image: url("../img/thumbs/1.png");
}
.mosaic-row-one > .mosaic-cell + .mosaic-cell {
  width: 328px;
  background-image: url("../img/thumbs/2.png");
  margin-right: 0;
}
.mosaic-row-two {
  height: 345px;
  margin-bottom: 10px;
}
.mosaic-row-two > .mosaic-cell {
  width: 345px;
  height: 345px;
  background-image: url("../img/thumbs/3.png");
}
.mosaic-row-two > .mosaic-cell + .mosaic-cell {
  width: 345px;
  background-image: url("../img/thumbs/4.png");
}
.mosaic-row-two > .mosaic-cell + .mosaic-cell + .mosaic-cell {
  background: #fff;
  width: 390px;
  font-size: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.mosaic-row-two > .mosaic-cell + .mosaic-cell + .mosaic-cell > .mosaic-cell {
  width: 390px;
  height: 168px;
  background-image: url("../img/thumbs/5.png");
  display: block;
  margin-bottom: 10px;
}
.mosaic-row-two > .mosaic-cell + .mosaic-cell + .mosaic-cell > .mosaic-cell + .mosaic-cell {
  background-image: url("../img/thumbs/6.png");
  display: block;
  height: 168px;
  margin-bottom: 0;
}
.mosaic-row-three {
  height: 298px;
}
.mosaic-row-three > .mosaic-cell {
  width: 396px;
  height: 298px;
  background-image: url("../img/thumbs/8.png");
}
.mosaic-row-three > .mosaic-cell + .mosaic-cell {
  width: 694px;
  height: 298px;
  background-image: url("../img/thumbs/7.png");
  margin-right: 0px;
}


header.masthead-landing {
  text-align: center;
  color: white;
  background-image: url("../img/landing/bg-audiovisual.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: #DA70D6;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead-landing .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead-landing .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      header.masthead-landing .intro-text .intro-heading {
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 25px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

        @media (min-width: 768px) {
          header.masthead-landing .intro-text {
            padding-top: 300px;
            padding-bottom: 200px; }
            header.masthead-landing .intro-text .intro-lead-in {
              font-size: 40px;
              font-style: italic;
              line-height: 40px;
              margin-bottom: 25px;
              font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
              header.masthead-landing .intro-text .intro-heading {
                font-size: 75px;
                font-weight: 700;
                line-height: 75px;
                margin-bottom: 50px;
                font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; } }