.lbox { width: 100%; max-width: 600px; margin: -5px; } .lbox a, .lbox a:link, .lbox a:visited, .lbox a:active { font-size: 30px; color: white; text-decoration: none; } .lbox a:link:hover { color: white; text-decoration: none; box-shadow: 1px 1px 8px rgba(0,0,0,0.4); } .lbox-left { float: left; height: 200px; padding: 5px; } .lbox-100p { width: 100%; } .lbox-60p { width: 60%; } .lbox-40p { width: 40%; } .lbox-table { display: table; width: 100%; height: 100%; } .lbox-cell { padding: 0 10px 0 30px; display: table-cell; vertical-align: middle; width: 100%; height: 100%; } .lbox-c1 { background-color: #D32F2F; } .lbox-c2 { background-color: #1976D2; } .lbox-c3 { background-color: #388E3C; } .lbox-c4 { background-color: #FFA000; } .lbox-c5 { background-color: #1f3058; } .lbox-image { height: 190px; float: right; } @media (max-width: 600px) { .lbox-left { height: 100px; } .lbox a, .lbox a:link, .lbox a:visited, .lbox a:active { font-size: 20px; } .lbox-image { height: 90px; } } #scroller { position: relative; } #scroller .innerScrollArea { overflow: hidden; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } #scroller ul { padding: 0; margin: 0; position: relative; } #scroller li { padding: 0 30px; margin: 0; list-style-type: none; position: absolute; }