﻿.city_ori {
    position: absolute;
    top: 0;
    left: 50%;
    width: 131%;
    transform: translateX(-50%);
}
.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
