.top-slider1{
	margin-bottom: 10px;	
}

@media(min-width:1200px){
	.top-slider1 img{
		height: 100vh;
		margin: auto;
		max-height: 100%;
		max-width: 100%;
		/*object-fit: cover;*/
		object-fit: contain;
		width: 100%;	
	}
	.top-thumb-slider1 img{
		margin: auto;
		max-width: 100%;
		object-fit: contain;
		width: 100%;
	}
}

.top-slider2{
	margin-bottom: 10px;	
}
@media(min-width:1200px){
	.top-slider2 img{
		  height: 100vh;
	  margin: auto;
	  max-height: 100%;
	  max-width: 100%;
	  object-fit: contain;
	  width: 100%;	
	}
	.top-thumb-slider2 img{
		margin: auto;
		max-width: 100%;
		object-fit: contain;
		width: 100%;
	}
}