body {
    background-image: url(underconstruction/under-bg.png);
    overflow: hidden;
  }

  .col-custom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .container-fluid,
  .top-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .container-fluid {
    height: 100vh;
  }
  .row{
    width: 85vw;
  }
  .tape-warning,
  .smoke-bg{
    top: 0;
    bottom: 0;
    position: absolute;
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tape-warning-mobile{
    display: none;
  }
  .smoke-mobile{
    display: none;
  }

  .tape-warning{
    z-index: -1;
  }

  .logo-club-hiso{
    margin-top: 228px;
    max-width: 100%;
    height: auto;
  }
  .title-under{
    margin-top: 50px;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 69px;
    font-weight: 900;
    line-height: 83.64px;
    color: white;
    z-index: 1;
  }
  .add-line,
  .text-under-2,
  .popupunder,
  .text-under-1{
    max-width: 100%;
    height: auto;
  }

  .text-under-3,
  .text-under-4,
  .text-under-5{
    display: none;
  }

  .text-under-1,
  .text-under-2{
    z-index: 1;
  }
  .add-line{
    margin-top: 27px;
    z-index: 2;
    width: 438px;
    height: 68px;
  }
  .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .popupunder {
    margin-top: 358px;
    width: 100%;
  }

  @media only screen and (max-width: 1600px) {
    .title-under{
        font-size: 60px;
    }
    .popupunder {
        margin-top: 425px;
      }
  }
  @media only screen and (max-width: 1440px) {
    .title-under{
        font-size: 50px;
    }
    .popupunder {
        margin-top: 340px;
      }
  }
  @media only screen and (max-width: 1280px) {
    .logo-club-hiso{
        margin-top: 144px;
      }
    .title-under{
        font-size: 40px;
    }
    .popupunder {
        margin-top: 280px;
      }
  }
  @media only screen and (max-width: 430px) {

    .smoke-bg,
    .tape-warning{
        display: none;
    }
    .text-under-1,
    .text-under-2{
        display: none;
    }
    .text-under-3,
    .text-under-4,
    .text-under-5{
        display: block;
    }


    .title-under{
        font-size: 32px;
    }
    .smoke-mobile{
        display: block;
        position: absolute;
    }
    .tape-warning-mobile{
        display: block;
        position: absolute;
    }

    .col-custom{
        align-items: center;
    }
    .logo-club-hiso{
        width: 212px;
        margin-top: 96px;
    }
    .title-under{
        font-size: 30px;
    }
    .popupunder {
        margin-top: 0;
      }
  }
  