@media screen and (min-width: 768px) {
  .m08-section {
    width: 100vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m08-section img {
    width: 100%;
  }
  .m08-section h3 {
    font-size: 1.875vw;
    margin-bottom: 0.2083333333vw;
    line-height: 3.125vw;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    font-weight: 400;
  }
  .m08-section p {
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    font-weight: 100;
    text-align: center;
    width: 32.2916666667vw;
  }
  .m08-section > div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .m08-section > div.space-left:hover div:last-child {
    opacity: 0;
  }
  .m08-section > div.space-right:hover div:last-child {
    opacity: 0;
  }
  .m08-section .space-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 767.98px) {
  .m08-section {
    width: 100vw;
    color: #4B4B4B;
  }
  .m08-section .space-cover {
    width: 100%;
    color: #4B4B4B;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5.5813953488vw;
  }
  .m08-section .space-cover h3 {
    font-size: 6.976744186vw;
    line-height: 1.2;
    margin-bottom:8vw;
    margin-top:8vw;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
  }
  .m08-section .space-cover p {
    font-size: 3.7209302326vw;
    line-height: 6.511627907vw;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    width: 89.3023255814vw;
    margin-bottom: 8.1395348837vw;
  }
  .m08-section .space-cover p:empty {
    display: none;
  }
  .m08-section > div {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m08-section > div .img-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    overflow: hidden;
  }
  .m08-section > div .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
  }
}