.LandingPage-container{width:100%;position:relative;overflow:hidden}.landingVideo{min-height:100%;min-width:100%;width:100%;object-fit:cover}.landingPage-buttonRow{position:absolute;bottom:10%;display:flex;justify-content:space-between;width:100%}.landingPage-buttonRow>a{border-radius:50%;margin:0 100px}.landingPage-buttonRow>a>button{background-color:var(--alma-pink);width:150px;height:150px;border-radius:50%;padding:0;cursor:pointer;display:inline-block;border:none;outline:none;text-align:center}.landingPage-buttonRow>a>button:hover{filter:brightness(85%)}.landingPage-buttonRow>a:last-of-type>button{background-color:var(--alma-blue);color:#fff;font-size:2rem}.landingImages-overlay{position:absolute;z-index:1;top:50%;left:0;transform:translateY(-50%);width:100%;text-align:center;color:#fff}.landingImages-text{font-size:clamp(2rem,16vw,9rem)}.landingImages-desc{margin:.75rem auto 0;max-width:80%;font-size:2rem;font-family:alma-regular,sans-serif;line-height:1.3;white-space:pre-line}@media screen and (max-width:560px){.landingImages-desc{font-size:1.3rem;max-width:90%}}@media screen and (max-width:800px){.LandingPage-container{display:flex;height:100%;max-width:100%;overflow:hidden}.landingVideo{object-fit:cover;min-height:0;min-width:0;margin:auto 0}.landingPage-buttonRow>a{margin:10px}.landingPage-buttonRow{bottom:0}}