
.arcade-slider{
    max-width:1080px;
    margin:auto;
}

.slide{
    margin-bottom:20px;
}

.slide img{
    width:100%;
    height:607px;
    object-fit:cover;
    display:block;
    border-radius:12px;
}

.caption{
    text-align:center;
    padding:10px;
    font-size:16px;
    background:#fff;
    color:#333;
}

@media(max-width:768px){
    .slide img{
        height:220px;
    }
}
