body {
  margin: 0;
  padding: 0;
}

li,
ul,
figure {
  margin: 0;
  padding: 0;
}

.mt-banner_image figure img {
  width: 100%;
  height: 100%;
}

.mt_img-1 {
  grid-area: mt_img-1;
}

.mt_img-2 {
  grid-area: mt_img-2;
}

.mt_img-3 {
  grid-area: mt_img-3;
}

.mt_img-4 {
  grid-area: mt_img-4;
}

.mt_img-5 {
  grid-area: mt_img-5;
}

.mt_img-6 {
  grid-area: mt_img-6;
}

.mt_img-7 {
  grid-area: mt_img-7;
}

.mt_img-8 {
  grid-area: mt_img-8;
}

.mt_img-9 {
  grid-area: mt_img-9;
}

.mt-image_gallery {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-image_gallery:before {
  content: "";
  border: 2px solid #b30134;
  border-bottom: none;
  width: 90%;
  height: 40px;
  position: absolute;
  left: 5%;
  right: 5%;
  top: -39px;
}

.mt-image_gallery:after {
  content: "";
  border: 2px solid #b30134;
  border-top: 0;
  width: 90%;
  height: 40px;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -39px;
}

@media only screen and (min-width: 1600px) {
  .mt-image_gallery {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
  color: #444;
	max-width: 70%;
	margin: auto;
}

.box {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 256px;
}

@media only screen and (min-width: 1600px) {
  .box {
    height: 480px;
  }
}

@media only screen and (max-width: 425px) {
  .box {
    height: 150px;
  }
}

.box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt_img_a {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

.mt_img_b {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  height: 512px;
}

@media only screen and (min-width: 1600px) {
  .mt_img_b {
    height: 960px;
  }
}

@media only screen and (max-width: 425px) {
  .mt_img_b {
    height: 300px;
  }
}

.mt_img_e {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
  height: 512px;
}

@media only screen and (min-width: 1600px) {
  .mt_img_e {
    height: 960px;
  }
}

@media only screen and (max-width: 425px) {
  .mt_img_e {
    height: 300px;
  }
}

.mt_img_h {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.mt_img_l {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.bg_pink {
  background-color: #b30134;
}
/*# sourceMappingURL=style.css.map */