* {
  margin: 0;
}

.zilk-left-cat-tablet,
.zilk-right-pack-tablet,
.footer-image-tablet,
.footer-image-cover-tablet {
  display: none;
}

.container-fluid {
  background: url("../Zilk-Wallpaper/Zilk_BG.png") no-repeat center/cover;
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100svh;
  width: 100vw;

  overflow: hidden;
}

.footer-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  bottom: 0;
}
.footer-image img {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  width: 100%;
}
.footer-image-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 90;
  bottom: 0;
}
.footer-image-cover img {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  width: 100%;
}

.zilk-right-pack {
  position: absolute;
  /* background-color: aqua; */
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 50;
  overflow: hidden;
}
.zilk-right-pack img {
  position: absolute;
  top: 0;
  right: 0;
  height: 112%;
  object-fit: contain;
}

.zilk-left-cat {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -5%;
  bottom: 0;
  z-index: 70;
  overflow: hidden;
}
.zilk-left-cat img {
  position: absolute;
  height: 100%;
  object-fit: contain;
  left: 0;
}

/* E-commerce Logo Container */
.ecommerce-logo__container {
  display: flex;
  /* flex-direction: column;
  flex-grow: 1;
  flex-basis: 0; */
  position: absolute;
  gap: 1.25rem;
  top: 83%;
	
  right: 28vw;
  z-index: 250;
}

.ecommerce-logo__container img {
  width: 13vw;
  /* width: auto;
  height: clamp(50px, 60px + 4.5vw, 100px); */
}

/* tablet */
@media (max-width: 1025px) and (orientation: portrait) {
  .zilk-left-cat-tablet,
  .zilk-right-pack-tablet,
  .footer-image-tablet,
  .footer-image-cover-tablet {
    display: block;
  }

  .ecommerce-logo__container {
    top: 83%;
    gap: 1rem;
	  right: 10vw;
  } 

  .ecommerce-logo__container img {
    /* height: clamp(45px, 40px + 4.5vw, 100px); */
    width: 25vw;
  }
  
  .container-fluid {
    background: url("../Zilk-Wallpaper/Zilk_BG.png") no-repeat center/cover;
  }

  .footer-image-tablet {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    bottom: 0;
  }
  .footer-image-tablet img {
    position: absolute;
    bottom: 0;
    object-fit: contain;
    width: 100%;
  }
  .zilk-left-cat-tablet{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 70;
  }
  .zilk-left-cat-tablet .cat{
    position: absolute;
    width:120%;
    object-fit: contain;
    bottom: 5%;
    left: 0;
  }
  .zilk-left-cat-tablet .text{
    position: absolute;
    width:120%;
    object-fit: contain;
    top: 20%;
    left: -3%;
  }
  .zilk-right-pack-tablet{
    position: absolute;
    z-index: 40;
    width: 100%;
    height: 100vh;
  }
    .zilk-right-pack-tablet img{
    position: absolute;
    width: 120%;
    top:0;
    right:0
  }

  .zilk-left-cat,
  .zilk-right-pack,
  .footer-image,
  .footer-image-cover {
    display: none;
  }
}

/* Mobile */
@media (orientation: portrait) and (max-width: 480px) {
  .container-fluid-tablet {
    display: none;
  }
  .container-fluid {
    background: url("../Zilk-Wallpaper/MB_150825.jpeg") no-repeat center/cover;
  }

  .zilk-left-cat-tablet,
  .zilk-right-pack-tablet,
  .footer-image-tablet,
  .footer-image-cover-tablet {
    display: none;
  }
  
  /* .zilk-left-cat,
  .zilk-right-pack,
  .footer-image,
  .footer-image-cover {
    display: none;
  } */
}
