.item .vertical .position-re {
		width: 100%;
		height: 480px;
		overflow: hidden;
}

.item .vertical .position-re img {
		width: 100%;
		height: 100%;
		object-fit: cover;
}

.item .horizontal .position-re {
		width: 100%;
		height: 260px;
		overflow: hidden;
}

.item .horizontal .position-re img {
		width: 100%;
		height: 100%;
		object-fit: cover;
}