.video_arrow {
  position: relative;
  max-width: 600px;
  margin: 0 auto 50px;
}
.video_arrow .arrow {
  position: absolute;
  height: 70px;
  right: 15%;
  top: 30%;
  transform: scaleX(-1);
}
@media (max-width: 900px) {
  .video_arrow .arrow {
    height: 50px;
    right: 10%;
    top: 50%;
  }
}
@media (max-width: 500px) {
  .video_arrow .arrow {
    right: 0;
  }
}
@media (max-width: 420px) {
  .video_arrow .arrow {
    right: -20px;
  }
}


.device_arrow {
  position: absolute;
  height: 100%;
  width: 150px;
  left: -150px;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.device_arrow .arrow {
  height: 90px;
  padding-right: 50px;
  transform: rotate(-45deg);
}
.new_toys {
  color: var(--pokpok-color-blue);
  font-size: 1.1rem;
  font-family: var(--pokpok-font-regular);
}
@media (max-width: 900px) {
  .device_arrow {
    display: none;
  }
}
@media (max-width: 700px) {
  .new_toys {
    display: block !important;
    margin: 0 0 80px;
  }
}


.clothesline {
  position: absolute !important;
  width: 200px;
  top: 110%;
  left: 13%;
}
@media (max-width: 1800px) {
  .clothesline {
    top: 118%;
  }
}
@media (max-width: 1180px) {
  .clothesline {
    top: 114%;
  }
}
@media (max-width: 900px) {
  .clothesline {
    top: 110%;
    left: calc(50% - 100px);
  }
}
