html, body, ul, li { padding: 0; margin: 0; background-color: #fff; font-family: 'Open Sans', sans-serif; }
html, body { }
.wrap { width: 100%; height: 100%; }
ul, li { padding: 0; margin: 0; list-style-type: none; display: block; position: relative; height: 100%; }
li { position: absolute; top: 0; left: 0; }
img { width: 100%; height: auto; max-height: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
li:not(:first-child) { display: none; }
.mhi { max-height: inherit; }
.info { padding: 15px; color: #444; text-transform: uppercase; font-weight: bold; font-size: 13px; text-align: center; letter-spacing: 1px; }
.slash:before, .slash:after { content: ''; margin: 0 10px; }