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

@charset "utf-8";




@media only screen and (min-width: 100px){
	#m-items2
	list-style: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}


@media only screen and (min-width: 750px) {
	.m-items2{display: none}	

	
.slide-items2 {
  list-style: none;
  position: relative;
  max-width: 1000px;
 height:auto;
  overflow: hidden;
}

.slide-items2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	}}


@media only screen and (max-width: 750px){
	.slide-items2 {display: none}	}
