
.thumb-window {
width: 180px;
height: 180px;
overflow: hidden;
border-radius: 8px;
display: inline-block;
}

.thumb-window img {
width: 180px;
height: 180px;
object-fit: cover;
}

