.pspWrapper{display:flex;flex-direction:row;gap:5px;height:400px;width:100%}.pspWrapper a{text-decoration:none}.pspWrapper .pspItem{align-items:center;background-position:50%;background-repeat:none;cursor:pointer;flex:1;height:400px;transition:flex .2s ease}.pspWrapper .pspItemContainer{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;position:relative;width:100%}.pspWrapper .pspItemContainer .pspVideo{height:100%;left:50%;max-height:400px;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.pspbtn{background-color:#fff;border:#fff;border-radius:.175rem;color:var(--neon);font-size:.9rem;padding:.75rem 1rem}.pspWrapper .pspItemContainer .pspContent{color:#fff;padding:2rem;position:relative;text-align:left;z-index:2}.pspDesc{display:none}.pspActive .pspDesc{display:block}.pspContainer{padding-bottom:4rem}@media (max-width:920px){.pspWrapper{flex-direction:column;height:1200px!important;width:100%}.pspWrapper .pspItem{height:200px}.pspContainer{padding-bottom:0}}@media (min-width:999px){.pspWrapper .pspItem:hover{flex:4}.pspWrapper .pspItemContainer .pspVideo.psp1{border-radius:var(--border-radius-1) 0 0 var(--border-radius-1)}.pspWrapper .pspItemContainer .pspVideo.psp4{border-radius:0 var(--border-radius-1) var(--border-radius-1) 0}}