.detail {
	margin-bottom: 70px;
}
.detail ._picture {
	width: auto;
	max-width: 100%;
	padding-bottom: 50px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 480px){
	.detail {
		margin-bottom: 20px;
	}
	.detail ._picture {
		padding-bottom: 20px;
	}
}