html, body {
	overflow: hidden;

}
body{
	margin: 0;
	padding: 0;
	background: white url(../img/logo.png) top left no-repeat fixed;
	background-size: contain ;
}
.carousel-cell {
	width: 100vw;
	height:100vh;
}

.carousel-cell img{
	object-fit: contain;
	object-position: 50% 0;
	width:100%;
	height:100%;
}
.flickity-page-dots, .flickity-button {
	display: none;
}