.mediaShowcase {
    -webkit-display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    }
    @media (max-width: 767px) {
        .mediaShowcase {
            flex-direction: column;
        }
    }
    .media-showcase-item {
        background-repeat: no-repeat;
        background-size: cover;
        font: normal normal normal 15px/1 'Roboto', Arial, sans-serif;
        height: 266px;
        margin: 0 1%;
        max-width: 375px;
        text-align: center;
        text-transform: uppercase;
        -o-transition: -o-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease; /*was 0.7*/
        width: 31.33%;
        }
        @media (max-width: 767px) {
            .media-showcase-item {
                margin: 0 auto 10px auto;
                width: 75%;
            }
        }
        .media-showcase-item:hover {
            cursor: pointer;
            -o-transform: scale(1.025);
            -ms-transform: scale(1.025);
            -moz-transform: scale(1.025);
            -webkit-transform: scale(1.025);
            transform: scale(1.025);
            text-decoration: none !important;
            }
            .media-showcase-item:hover i {
                color: #fff;
            }
        .media-showcase-item-inner {
            background-color: #000;
            background-color: rgba(0, 0, 0, 0.7);
            margin: 80px auto 0 auto;
            padding: 5% 0;
            -o-transition: background-color 0.7s ease;
            -moz-transition: background-color 0.7s ease;
            -webkit-transition: background-color 0.7s ease;
            transition: background-color 0.7s ease;
            width: 60%;
            }
            .media-showcase-item i {
                border-radius: 50px;
                display: block;
                font-size: 30px;
                height: 60px;
                line-height: 60px;
                margin: -35px auto 10px auto;
                text-align: center;
                -o-transition: background-color 0.7s ease;
                -moz-transition: background-color 0.7s ease;
                -webkit-transition: background-color 0.7s ease;
                transition: background-color 0.7s ease;
                width: 60px;
            }
            .ms-item-title {
                color: #fff;
                display: none;
                margin-bottom: 10px;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
            }
            .ms-item-subheading {
                color: #ccc;
                font: normal normal normal 25px/1 'Roboto', Arial, sans-serif;
                text-decoration: none !important;
                text-transform: none;
                }

.showcasePhotoContainer {
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 1200px;
  width: 100%;
}
.showcasePhotoGroup {
  background-color: #fff;
  float: left;
  height: 360px;
  outline: 5px solid white;
  width: 33.33%;
}
@media (max-width: 992px) {
  .showcasePhotoGroup {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .showcasePhotoGroup {
    width: 100%;
  }
}
.showcasePhoto {
  background-position: center center;
  background-size: cover;
  display: block;
  float: left;
  outline: 5px solid white;
}
.picFirst {
  height: 100%;
  width: 66.66%;
}
.picSecond {
  height: 100%;
  width: 33.33%;
}
.picSingle {
  height: 100%;
  width: 100%;
}
.picWide {
  height: 50%;
  width: 100%;
}
.picWideThin {
  height: 33.33%;
  width: 100%;
}
.picSmall {
  height: 50%;
  width: 50%;
}
.picVert {
  height: 100%;
  width: 50%;
}
.picVertThin {
  height: 100%;
  width: 33.33%;
}
.showcasePhoto a {
  display: block;
  height: 100%;
  width: 100%;
}
#modalMediaShowcaseVideo iframe,
#modalMediaShowcaseTour iframe {
  height: 600px !important;
  margin-top: 5%;
  width: 100% !important;
  text-align: center;
}

.videoPanel .modal-body iframe {
    width: 100% !important;
}

.modalMediaShowcase .modal-dialog {
  background-color: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .modalMediaShowcase .modal-dialog {
    margin: 0;
  }
}
.modalMediaShowcase .modal-content {
  background-color: transparent;
  height: 100%;
  overflow: auto;
}
.modalMediaShowcase .modal-header {
  background-color: transparent;
  border-bottom: none;
}
.modalMediaShowcase .modal-body {
  background-color: transparent;
  color: #ffffff;
}
.modalMediaShowcase .close {
  color: #ffffff;
  font-size: 35px;
  margin-top: -15px;
  position: fixed;
  opacity: 1;
  right: 40px;
  z-index: 100;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/*specific to design 1, classic theme*/
#homepage .mediaShowcase {
  position: relative !important;
}

a.mediaShowcase,
.mediaShowcase a,
.mediaShowcase a:hover,
.mediaShowcase a:visited,
.mediaShowcase a:focus {
	text-decoration: none !important;
}