@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  60% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  60% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes gray {
  from {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@keyframes gray {
  from {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@-webkit-keyframes fogAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes fogAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes fogAnim-m {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@keyframes fogAnim-m {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@-webkit-keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-filter: drop-shadow(0 0 0 white);
            filter: drop-shadow(0 0 0 white);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px white);
            filter: drop-shadow(0 0 5px white);
  }
}
@keyframes shadow {
  0% {
    -webkit-filter: drop-shadow(0 0 0 white);
            filter: drop-shadow(0 0 0 white);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px white);
            filter: drop-shadow(0 0 5px white);
  }
}
@-webkit-keyframes shadow-main {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #F25C05);
            filter: drop-shadow(0 0 0 #F25C05);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px #F25C05);
            filter: drop-shadow(0 0 5px #F25C05);
  }
}
@keyframes shadow-main {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #F25C05);
            filter: drop-shadow(0 0 0 #F25C05);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px #F25C05);
            filter: drop-shadow(0 0 5px #F25C05);
  }
}
@-webkit-keyframes text-focus {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
body {
  padding: 0;
  margin: 0;
  border: 0;
}

.bg-color {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-color picture {
  display: inline-block;
}
.bg-color section {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-color ::-moz-selection {
  background: #65858C;
  color: #C1D4D9;
}
.bg-color ::selection {
  background: #65858C;
  color: #C1D4D9;
}
.bg-color *:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-color p {
  font-family: var(--MSIBodyFont);
  margin: 0;
}
.bg-color sup {
  font-size: 50%;
}
.bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5 {
  padding: 5px 0;
  margin: 0;
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-color h2 {
  font-size: 3rem;
  font-weight: 500;
}
.bg-color h3 {
  font-size: 2em;
}
.bg-color h4 {
  font-size: 1.6rem;
}
.bg-color h5 {
  font-size: 1.2rem;
}
.bg-color a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-color a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-color picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.bg-color ul, .bg-color li {
  list-style: none;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-color .kv {
  width: 100%;
  height: 100vh;
  background: url(https://storage-asset.msi.com/event/2024/CND/am5-ai-gaming-motherboard/images/amd800-bg-gray.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-attachment: fixed;
}
.bg-color .about {
  width: 100%;
  height: 100vh;
  position: relative;
}
.bg-color .about::before, .bg-color .about::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.bg-color .about::before {
  width: 100%;
  height: 100vh;
  background: url(https://storage-asset.msi.com/event/2024/CND/am5-ai-gaming-motherboard/images/amd800-bg-gray.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: var(--before-opacity, 0);
  -webkit-filter: var(--before-filter, blur(0px));
          filter: var(--before-filter, blur(0px));
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
.bg-color .feature {
  width: 100%;
  height: auto;
  padding: 2% 0;
  position: relative;
  background: black;
}
/* .bg-color .feature::before {
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  z-index: 3;
} */
.bg-color .feature .feature_items {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-color .feature .feature_items .feature_cover {
  width: 6%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: top left;
  padding: 1rem 0;
}
.bg-color .feature .feature_items .feature_cover h3 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: bold;
}
/* .bg-color .feature .feature_items .feature_cover:nth-child(1) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/am5-ai-gaming-motherboard/images/feature-ultra_performance-bg.jpg);
} */
.bg-color .feature .feature_items .feature_cover:nth-child(2) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/am5-ai-gaming-motherboard/images/feature-trilink-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(3) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/am5-ai-gaming-motherboard/images/feature-frozr_design-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover:nth-child(4) {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/am5-ai-gaming-motherboard/images/feature-ezdiy-bg.jpg);
}
.bg-color .feature .feature_items .feature_cover .grid {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.bg-color .feature .feature_items .feature_cover .grid_items {
  width: 100%;
  height: auto;
  gap: 15px;
  display: none;
}
.bg-color .feature .feature_items .feature_cover .grid_items li {
  width: 100%;
  height: 100%;
  border: 1px solid #C1D4D9;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
  background: black;
  overflow: hidden;
}
.bg-color .feature .feature_items .feature_cover .grid_items li picture {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-color .feature .feature_items .feature_cover .grid_items li:hover picture {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-color .feature .feature_items .feature_cover .grid_items li h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame {
  width: 100%;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content {
  padding: 15px 15px 0 15px;
  z-index: 503;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: industry, sans-serif;
  font-weight: bold;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img ul li {
  padding: 10px;
  border-radius: 1rem;
  margin: 10px auto;
  display: block;
  border: 1px solid #65858C;
  background: rgba(0, 0, 0, 0.5);
  margin: 5px;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img ul li {
    padding: 5px;
    margin: 1px 5px;
  }
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #dd {
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 15px;
  top: auto;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #dd {
    font-size: 12px;
    width: 80%;
    margin: 5px;
    bottom: 5%;
  }
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #ezdebug {
  font-size: 0.8rem;
  top: -10px;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img #conn {
  top: -15px;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img h5 {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .feature_content_img h5 span {
  font-size: 2rem;
  padding: 0 2px;
  color: #F25C05;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link {
    width: 20px;
    height: 20px;
  }
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link a {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#6a5378), to(#08437d));
  background: linear-gradient(45deg, #6a5378 50%, #17e2e3);
  -webkit-animation: gradient-animation 2s infinite;
          animation: gradient-animation 2s infinite;
  background-size: 200% 200%;
  font-size: 1.4rm;
  position: relative;
  display: inline-block;
  border-radius: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid white;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link a {
    width: 20px;
    height: 20px;
    z-index: 50;
  }
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link a svg {
  width: 24px;
  height: 24px;
  stroke-width: 2px;
  fill: none;
  stroke: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .link a:hover {
  border: 2px solid #C1D4D9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .video_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .video_link svg {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .video_link svg {
    width: 60px;
    height: 60px;
  }
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .video_link svg .cls-1 {
  fill: white;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .video_link svg .cls-2 {
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 0.2px;
}
.bg-color .feature .feature_items .feature_cover .grid_items .feature_frame .video_link:hover svg {
  width: 100px;
  height: 100px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-color .feature .feature_items #ezdiy .grid_items {
  grid-template-columns: repeat(10, 1fr);
  /* grid-template-rows: repeat(6, 1fr); */
}

@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(1) {
  grid-area: 1/1/2/8;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(1) {
    grid-area: 1/1/2/3;
    /* height: auto; */
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li .feature_content {
  position: relative;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(2) {
  grid-area: 1/8/2/11;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(2) {
    grid-area: 2/1/3/3;
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) {
  grid-area: 2/1/6/4;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) {
    grid-area: 3/1/4/2;
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) .feature_frame {
  position: relative;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) .feature_frame .feature_content {
  z-index: 503;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) .feature_frame .feature_content {
    padding: 0;
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) .feature_frame .feature_content h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
          filter: drop-shadow(0 0 5px black);
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(3) .feature_frame .feature_content_img {
  position: absolute;
  bottom: 0;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(4) {
  grid-area: 2/4/6/8;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(4) {
    grid-area: 3/2/4/3;
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(5) {
  grid-area: 2/8/3/11;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(5) {
    grid-area: 4/1/5/2;
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) {
  grid-area: 3/8/6/11;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) {
    grid-area: 4/2/5/3;
  }
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) .feature_frame {
  position: relative;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) .feature_frame .feature_content {
  z-index: 503;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) .feature_frame .feature_content h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
          filter: drop-shadow(0 0 5px black);
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(6) .feature_frame .feature_content_img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(7) {
  grid-area: 5/1/6/6;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(8) {
  grid-area: 5/6/6/11;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(9) {
  grid-area: 6/1/8/3;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(10) {
  grid-area: 6/3/8/5;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(10) .feature_content_img p {
  width: 100%;
  height: auto;
  bottom: 2rem;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(11) {
  grid-area: 6/5/8/7;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(12) {
  grid-area: 6/7/8/9;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(13) {
  grid-area: 6/9/8/11;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(13) .feature_frame {
  position: relative;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(13) .feature_frame .feature_content {
  z-index: 503;
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(13) .feature_frame .feature_content h4 {
  -webkit-filter: drop-shadow(0 0 5px black);
          filter: drop-shadow(0 0 5px black);
}
.bg-color .feature .feature_items #ezdiy .grid_items li:nth-child(13) .feature_frame .feature_content_img {
  position: absolute;
  bottom: 0;
}
.bg-color .feature .feature_items #ezdiy .grid_items li h4 {
  font-size: 1.4rem;
}
@media (max-width: 995px) {
  .bg-color .feature .feature_items #ezdiy .grid_items li h4 {
    font-size: 1rem;
  }
}
.bg-color .feature .feature_items .active {
  width: 100%;
  height: auto;
  background-size: contain;
  /* padding: 1rem 2rem; */
}
.bg-color .feature .feature_items .active h3 {
  width: 100%;
  height: auto;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  color: #F25C05;
}
.bg-color .feature .feature_items .feature_cover.active .grid_items {
  display: grid;
}
.bg-color .event {
  width: 100%;
  height: 50vh;
  background: black;
  overflow-y: auto;
}

@media (max-width: 995px) {
  .panelBox04 .bg-color .feature .feature_items .feature_cover.active .grid_items {
    display: grid;
  }
  .panelBox04 .bg-color .feature .feature_items .feature_cover .grid_items li {
    /* grid-area: auto !important; */
    width: 100%;
    /* height: auto; */
    margin-bottom: 15px;
  }
  .panelBox04 .bg-color .feature .feature_items .feature_cover .grid_items li:last-child {
    margin-bottom: 0;
  }
}