#top {
height: 41px;
}
#right {
margin-top: -24px;
}
#logo_down {
right: 30px;
bottom: 30px;
}
#buttons {
display: inline-flex;
height: 0
}
#buttons a {
padding-top: 0;
height: 41px;
}
#buttons a:first-child, #buttons a:first-child .button {
width: 54px;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
#right {
position: fixed;
left: 50%;
bottom: 0;
z-index: 1;
/* width: 100%; */
height: 150px;
}
#model-list {
left: 0px;
display: inline-flex;
transform: translateX(-50%);
height: 150px;
display: inline-flex;
top: 0 !important;
}
.image-list li.active:after {
display: none;
}
#buttons {
left: calc(100% - 50px);
position: absolute;
}
#logo_down {
left: 30px;
top: 30px
}
#buttons a:last-child, #buttons a:last-child .button {
height: 41px;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}