
:root {
  --tp-common-px-white: #FFFFFF;
  --tp-common-px-black: #0A0A0A;
  --tp-common-px-black-2: #1E1E1E;
  --tp-common-px-red: #E11010;
  --tp-common-px-orange: #FF471D;
  --tp-common-px-orange-dark: #FF572D;
}
.mos-img img {display: none !important;}
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.mx-show-title {
  font-weight: 500;
  font-size: 280px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-show-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-show-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mx-show-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .mx-show-title {
    font-size: 77px;
  }
}
.mx-show-item img {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-wrapper .grid-item {
    margin-bottom: 30px;
  }
}
.mx-show-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-content {
    padding: 0 20px;
  }
}
.mx-show-vp-text-top {
  font-size: 50px !important;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.mx-show-content span {
  font-weight: 500;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .mx-show-content span {
    font-size: 22px;
  }
}
.mx-show-post-thumbnail a {
  display: block;
}
.mx-show-post-thumbnail img {
  border-radius: 20px;
  width: 100%;
}
