.myvideo{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:100vh;grid-template-areas:'video'}.myvideo-video{width:100%;height:100%;object-fit:cover;object-position:center;grid-area:video}.myvideo:after{content:'';width:100%;height:100%;display:block;grid-area:video;background-color:rgba(0,0,0,0)}.myvideo-div{grid-area:video;justify-self:center;align-self:center;z-index:1}.myvideo-div>:first-child{margin-top:0}.myvideo-div *{color:#fff!important}.myvideo-div svg{width:50px;fill:#fff;margin-top:1rem;transition:all .5s;transform:scale(1) translateY(0)}.myvideo-div svg:hover{transform:scale(1.2) translateY(10px)}hr#page{height:0;margin:0}