body .img-box-video-message{
  width: clamp(15px, 8%, 80px);
}
body .img-box-shadow{
  display:block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.7) 100%);
}
body .story-list-unit{
  background-color:rgba(0,0,0,0)!important;
}
body .story-list-unit-inner{
  background-color:#0d487e;
  border-radius: 10px;
}
body .story-list-unit-top .img-box-box{
  border-radius: 10px;
}
body .story-list-unit-title{
  color:#ffffff!important;
}
body .story-list-unit-bottom-time{
  color: #7eb1f0;
}
body .story-list-unit:hover .story-list-unit-inner{
  background-color: #0063dd;
}
body .story-list-unit:hover .story-list-unit-bottom-time{
  color:#ffffff;
}
body .add-more-v5{
  background-color: #70a4af;
  border-radius: 10px;
  color: #ffffff;
  font-size: clamp(10px, 1.8vw, 18px);
}
body{
  background-color:#5097ec;
}
body .footer{
  background-color: #1b3a88;
}
@media (max-width:576px){
  body .story-list-unit-title{
    height:unset;
  }
  body .add-more-v5{
    font-size: clamp(14px, 1.8vw, 18px);
  }
  body .story-list-unit{
    margin-top: clamp(28px, 2.1vw, 25px);
  }
}