div#main-screen{width:60%;margin:0 auto}#main-screen>img{box-shadow:0 2px 4px rgba(0,0,0,.08);display:inline-block;width:45%;margin:2%}ul.brand-list{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;list-style-type:none}.brand-list>li{padding:.5rem .7rem;font-size:1rem;width:50%;cursor:pointer;display:inline-block}ul.model-list{display:flex;flex-direction:column;justify-content:flex-start;align-content:flex-start;flex-wrap:wrap;height:80vh;overflow-x:scroll;list-style:none}.model-list>li{padding:.75rem;font-size:1.5rem;width:33%;cursor:pointer}img.brand-option-img{max-width:90%}.model-list>li:hover{font-weight:900;background-color:#e6e5e5}.modal-display[data-modal-type=customization-brand-list] .modal-content{padding:0!important}@media screen and (max-width:992px){div#main-screen{width:90%}}@media screen and (max-width:700px){#main-screen>img,.brand-list>li,.model-list>li{width:100%}ul.brand-list,ul.model-list{display:block}}