#mm
	{
		position: fixed;
		width: 100%;
		height: 80px;
		xborder:solid;
		margin-left:-9px;
		padding: 10px 10px;
		background-color: #fff;
		margin-top: -9px;
		z-index: 99;
	}
.container{
    margin: 0 auto;
	xoverflow: scroll;
	height: 400px;
	xoverflow-x: hidden;
	xwidth: 100%;
	
	}
.cdiv
	{
		display: inline-block;
		vertical-align: top;
		
	}
.imgs
	{
		width: 240px;
		height: 170px;
		padding: 10px;
		
	}
.container .gallery a img {
	
  xfloat: left;
  xborder: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  object-fit:cover;  

}
a
	{
		text-decoration:none;
	}
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  xfloat: none;
  width: 100%;
}
#mvw
	{
		display: none;
	}
#wvw
	{
		display: block;
		width: 190px;
		
	}

@media screen and (max-width: 600px)
	{
		.imgs
			{
				width: 100%;
			}
	}
@media screen and (max-width: 991px) 
	{
		#wvw
			{
				display: none;
			}
		#mvw
			{
				display: block; 
				width:155px;
				*margin-left: -200px;
				margin-top:-1px;
				xfloat:right;
			}
	}