.box-video__wrap{width:100%;position:relative}.box-video__wrap iframe{width:100%;height:auto;aspect-ratio:16/9}.box-video__clip{display:block;width:100%;aspect-ratio:4/2;object-fit:cover;position:relative;-webkit-filter:brightness(80%);filter:brightness(80%)}.box-video__btn{z-index:1;width:100%;height:100%;position:absolute;top:50%;bottom:initial;left:50%;right:initial;transform:translate(-50%, -50%);cursor:pointer;border:0;border-radius:0;background:rgba(0,0,0,0);text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;transition:background-color .2s cubic-bezier(0.55, 0.085, 0.68, 0.53)}.box-video__btn svg{fill:#fff}@media(max-width: 767px){.box-video__btn svg{width:50px;height:50px}}@media(min-width: 768px){.box-video__btn svg{width:100px;height:100px}}.box-video__btn:hover{background-color:rgba(0,0,0,.138)}
