@media screen and (max-width: 1280px) {
  .gallery-banner {
    height: 500px;
  }
  .para-txt p {
    font-size: 14px;
  }
  .video h4::after {
    left: 90%;
  }
  .video-content {
    margin-top: 47px;
  }
  .video-container h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .para-txt p {
    font-size: 13px;
    line-height: 25px;
  }

  .video h4 {
    font-size: 20px;
  }
  .video h4::after {
    width: 50px;
    left: 98%;
  }
  .video-wrapper {
    height: auto;
  }
  .open_btn {
    top: 37%;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .n-tab button {
    font-size: 16px;
  }
}
@media screen and (max-width: 912px) {
  .para-txt p {
    width: 100%;
  }
  .video h4 {
    line-height: 24px;
  }
  .video h4::after {
    top: 77%;
    left: 42%;
  }

  .n-tab {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .n-tab button {
    text-align: center;
    font-size: 15px;
    width: 49%;
  }

  .tab-img {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .video h4 {
    line-height: 25px;
}
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 786px) {
}
@media screen and (max-width: 712px) {

  .video h4 {
    text-align: center;
    font-size: 18px;
}
  .video h4::after {
   display: none;
  }

  .n-tab button {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 430px) {
  .video h4 {
    font-size: 16px;
  }
  .video h4::after {
    left: 34%;
  }
}

@media screen and (max-width: 414px) {
}
@media screen and (max-width: 412px) {
}

@media screen and (max-width: 393px) {
  .video h4::after {
    left: 38%;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
  .video h4::after {
    left: 41%;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 280px) {
  .para-txt p {
    line-height: 24px;
  }
}
