.popUpContainer{position:fixed;width:100vw;height:100vh;background-color:transparent;padding:115px 1rem 4rem;z-index:1000;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:slideInBottom .5s forwards;-webkit-tap-highlight-color:transparent;user-select:none}.popUpReverseAnimation{animation:slideOutBottom .5s forwards}.popUpPicture{position:relative;display:flex;justify-content:center;align-items:center;height:100%;width:auto;background-color:transparent;z-index:1001;-webkit-tap-highlight-color:transparent;user-select:none}@media (max-width:1024px){.popUpPicture{height:90%}.popUpPictureWide{width:70%;height:auto}}@media (max-width:640px){.popUpPicture,.popUpPictureWide{width:90%;height:auto}.popUpContainer{padding:.5rem 1rem 4rem}}