.guests-small{display:grid;grid-template-columns:repeat(4,calc(25% - 12px));grid-gap:16px;gap:16px;max-width:1400px;margin-left:auto;margin-right:auto;font-family:Bebas Neue,sans-serif;margin-bottom:32px}.guest-small{position:relative;aspect-ratio:3/2;border-radius:8px;margin-top:64px;min-width:100%;max-height:250px;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.1))}.guest-small-img{position:absolute;bottom:0;height:120%}.guest-small-img.left{left:8px}.guest-small-img.right{right:8px}.guest-small-img.right.guest-small-job.obscured{transform:scale(-1)}.guest-small-name{margin:8px;font-size:52px;position:absolute;width:50%;line-height:52px;color:var(--black)}.guest-small-job.obscured,.guest-small-name.obscured{filter:blur(10px)}.guest-small-name.top-left{top:2px;left:2px}.guest-small-name.top-right{top:2px;right:2px;text-align:right}.guest-small-name.bottom-left{bottom:2px;left:2px}.guest-small-name.bottom-right{bottom:2px;right:2px;text-align:right}.guest-small-job{margin:8px;font-size:32px;position:absolute;width:50%;color:var(--dark-gray)}.guest-small-job.top-left{top:2px;left:2px}.guest-small-job.top-right{top:2px;right:2px;text-align:right}.guest-small-job.bottom-left{bottom:2px;left:2px}.guest-small-job.bottom-right{bottom:2px;right:2px;text-align:right}@media screen and (max-width:1400px){.guests-small{margin-left:64px;margin-right:64px}.guest-small-name{font-size:3vw}}@media screen and (max-width:1200px){.guests-small{grid-template-columns:repeat(2,calc(50% - 12px));margin-left:64px;margin-right:64px}.guest-small-name{font-size:6vw}}@media screen and (max-width:750px){.guests-small{display:flex;flex-direction:column;margin-left:16px;margin-right:16px}.guest-small-name{font-size:8vw}}.img-cards-small{display:grid;grid-template-columns:repeat(4,calc(25% - 12px));grid-gap:16px;gap:16px;max-width:1400px;font-family:Bebas Neue,sans-serif;margin:16px auto}.img-card-small{position:relative;aspect-ratio:3/2;border-radius:8px;min-width:100%;max-height:250px;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.1));background-position:50%;background-size:cover;background-repeat:no-repeat}.img-card-small-title{color:var(--white);margin:0;font-size:32px;width:50%;position:absolute}.img-card-small-title.top-left{top:4px;left:8px}.img-card-small-title.top-right{top:4px;right:8px;text-align:right}.img-card-small-title.bottom-left{bottom:4px;left:8px}.img-card-small-title.bottom-right{bottom:4px;right:8px;text-align:right}@media screen and (max-width:1400px){.img-cards-small{margin-left:64px;margin-right:64px}}@media screen and (max-width:1200px){.img-cards-small{grid-template-columns:repeat(2,calc(50% - 12px));margin-left:64px;margin-right:64px}}@media screen and (max-width:750px){.img-cards-small{display:flex;flex-direction:column;margin-left:16px;margin-right:16px}}.title{margin:0;padding-top:8px;padding-bottom:8px}.title h2{width:calc(100% - 32px);max-width:1464px;margin:0 auto 8px;color:var(--primary2);font-family:Sigmar,sans-serif;font-size:52px;padding-left:32px}.home video{width:100vw;height:calc(60vh + 64px);margin-top:-64px;overflow:hidden;object-fit:cover;object-position:center;margin-bottom:-4px}