.van-frame {
  bottom: 70px;
  width: 455px;
  padding: 10px;
}

.van-frame img {
  height: 330px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 850px) {
  .van-frame {
    right: 20px;
    left: 20px;
    bottom: 24px;
    width: auto;
  }

  .van-frame img {
    height: 150px;
    object-position: center 55%;
  }
}
