.ImageVideoContainer{width:auto;height:80vh}.imageSection{border:2px solid #fff;border-radius:10px;width:70%;height:100%;transition:all .5s;position:relative;overflow:hidden}.videoSection{width:100%;height:100%;padding:var(--sp-sm);box-sizing:border-box;transition:all .3s}.videoSection:hover,.imageSection:hover{transform:scale(1.01)}.videoSection video,.videoSection iframe{object-fit:contain;border:none;border-radius:10px;width:100%;height:100%}@media (max-width:800px){.ImageVideoContainer{width:100%;height:200px;padding:0}.videoSection{padding:.5rem}.imageSection{width:100%;height:100%}}
.projectDesc{max-width:90%;margin-top:var(--sp-sm);font-size:1.1rem;font-weight:400;line-height:1.6}.projectHeadline{align-items:center;gap:5rem;display:flex}.projectBtns{gap:1rem;display:flex}@media (max-width:800px){.projectDesc{width:100%;max-width:100%}}
