.m13-section .container {
  width: 100%;
  height: 100vh;
}
.m13-section .container .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.m13-section .container .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m13-section .container .wrapper .viewBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.m13-section .container .wrapper .viewBox .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.m13-section .container .wrapper .viewBox .pic.active {
  opacity: 0;
  visibility: hidden;
}
.m13-section .container .wrapper .left-bottom {
  position: absolute;
  left: 7.2916666667vw;
  bottom: 4.1666666667vw;
}
.m13-section .container .wrapper .left-top {
  position: absolute;
  left: 7.2916666667vw;
  top: 6.1666666667vw;
}
.m13-section .container .wrapper .right-bottom {
  position: absolute;
  right: 7.2916666667vw;
  bottom: 4.1666666667vw;
}
.m13-section .container .wrapper .right-top {
  position: absolute;
  right: 7.2916666667vw;
  top: 6.1666666667vw;
}
.m13-section .container .wrapper .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .m13-section .container .wrapper .center {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
.m13-section .container .wrapper .center-top {
  position: absolute;
  top: 6.1666666667vw;
  text-align: center;
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .m13-section .container .wrapper .center-top {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
.m13-section .container .wrapper .content {
  max-width: 42.2916666667vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 767.98px) {
  .m13-section .container .wrapper .content {
    top: 19.3023255814vw;
    left: auto;
    bottom: auto;
    max-width: none;
    width: 100%;
    padding: 0 5.3488372093vw;
    text-align: center;
  }
}
.m13-section .container .wrapper .content .title {
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .m13-section .container .wrapper .content .title {
    font-size: 6.976744186vw;
    margin-bottom: 6.511627907vw;
    font-weight: 400;
  }
}
.m13-section .container .wrapper .content .description {
  font-size: 0.9375vw;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 767.98px) {
  .m13-section .container .wrapper .content .description {
    font-size: 3.7209302326vw;
    font-weight: 300;
  }
}