.vehicle-nav { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #657086; border-radius: 50%; background: rgba(10,13,19,.85); color: #fff; font-size: 20px; cursor: pointer; }.vehicle-nav:hover { border-color: #f21c2d; color: #f21c2d; }.vehicle-prev { left: 16px; }.vehicle-next { right: 16px; }@media(max-width:680px){.vehicle-nav{top:250px;width:37px;height:37px}.vehicle-prev{left:10px}.vehicle-next{right:10px}}
