@charset "utf-8";
/* CSS Document */

/*ここからサンプル画像用CSS*/

.your-class{
	width: 700px;
	height: 350px;
}

.slider{
  width: 100%;
  height: 100%;
}

.slider img {
  width: 100%;
  object-fit: cover;
}