* {padding: 0;margin: 0;box-sizing: border-box;position: relative;}
html, body {width: 100%;height: 100%;padding: 0;margin: 0;font-family: sans-serif;font-size: 16px;font-weight: 400;color: #444;}
#main {width: 100%;height: 100vh;background-color: #4B2031;}
#main .container {width: 100%;height: 100%;margin: auto;display: grid;grid-template-columns: 1fr;grid-template-rows: 1fr;}
#main .container .item {align-self: center;}
#main .container .item img {width: 100%;height: 100vh;margin: auto;display: block;object-fit: contain;object-position: center center;}