@media (min-width:801px){
  .rest{
    min-height:0 !important;
    height:auto !important;
    margin-top:3rem !important;
    padding:12px 16px 4rem !important;
    background:#0d0d0d !important;
  }
  .clip{
    height:135vh !important;
    min-height:135vh !important;
    max-height:none !important;
    border-radius:12px !important;
    background:#0d0d0d !important;
  }
  .clip video,
  .clip img{
    object-fit:contain !important;
    object-position:center top !important;
  }
}
@media (max-width:800px){
  .clip{height:62svh !important}
  .clip video,.clip img{
    object-fit:cover !important;
    object-position:center top !important;
  }
}
