#media{display:none;min-height:100vh;background:#fff}#mediaHeader{background-size:cover}#mediaContent{padding-top:15vh;display:flex;align-items:center;justify-content:center}.media_content_item{height:250px;display:inline-block;margin:0 5vh 10vh 5vh}.media_content_item img{width:100%;height:100%;object-fit:cover;transition:.2s;margin:0 4vw}.media_content_item img:hover{box-shadow:0 0 10px #999;transform:scale(1.1);cursor:pointer;transition:.2s}.media_video{width:100%;height:100%;object-fit:contain}@media only screen and (max-width:813px){#mediaContent{padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:10vh;overflow:hidden}.media_content_item{height:30vh;width:92vw;display:inline-block;text-align:center}}@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape){.media_content_item{margin:0}}