 @media only screen and (min-width: 0rem) {#welcomevid {padding-top: 5.5rem;background-color: #050505;}#welcomevid .cs-big-container {width: 100%;height: clamp(20rem, 65vw, 46.875rem);display: flex;justify-content: center;align-items: center;position: relative;}#welcomevid .cs-background {width: 100%;height: 100%;background-color: #1a1a1a;overflow: hidden;display: block;position: relative;top: 0;left: 0;z-index: 1;}#welcomevid .cs-background video {position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: 0.64;object-fit: cover;z-index: -1;transition: transform 0.9s, opacity 0.3s;}}@media only screen and (min-width: 64rem) {#welcomevid {padding-top: 6rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #welcomevid {background-color: #050505;}}