img#image_top{
  width: 600px;
  height:100px;
  object-fit: cover;
  border-radius: 10px;
}

div#image_header{
  max-width: 650px;
  height:100px;
  display: inline-block;
}
div#image_header img{
  width: 200px;
  height:100px;
  object-fit: cover;
 border-radius: 10px;
}
div#image_header li{
	display: inline;
}
span.price{
  font-size: 20px;
  font-weight: bold;
}