.slider-container {
  width: 100%;
  margin-top: 42px;
  display: flex;
  justify-content: flex-end;
}
.slider-container .image-wrapper {
  height: 368px;
}

.floating-title {
  display: none;
  position: absolute;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  height: 440px;
}

.image-wrapper {
  width: 100%;
  display: flex;
  text-align: center;
  position: relative;
}

/* Media query for lg (min-width: 1024px) */
@media (min-width: 960px) {
  .image-wrapper {
    width: 82%;
  }
}

@media screen and (min-width: 768px) {
  .floating-title {
    display: block;
    top: -80px;
    left: 40px;
    letter-spacing: 4px;
    line-height: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #special-menu-items {
    padding: 80px 30px;
  }
}

@media screen and (min-width: 968px) {
  .slider-container {
    margin-top: 46px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1080px) {
  #special-menu-items {
    padding: 130px 30px 54px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1366px) {
  .slider-container .floating-title {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .floating-title {
    top: -86.5px;
    left: -126.5px;
    letter-spacing: normal;
    line-height: 4rem;
    font-size: 25px;
  }
  .slider-container .image-wrapper {
    height: 448px;
  }
}
