.mainBlock{
	height: 52vw;
	position:relative;
	overflow: hidden;
}

.scrollingImagesMobile{
	display: none;
}

.scrollingImages{
	position: absolute;
	z-index: -1;
}

.Slides {

	overflow: hidden;
}

.Slides img{
	width: 100vw;
}


.slidesButtons{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.82vw;
	height: 3.82vw;
	border-radius: 90%;
	color : white;
	margin-bottom: 3vw;
	font-family: "work sans";
	font-weight: 400;
	font-size: 1.04vw;
}

.slidesButtons:hover{
	cursor: pointer;
}

.mainBlockButtons{
	width: 90vw;
	margin-top: 8vw;
}

.mainBlockText{
	position: absolute;
	width: 100vw;
	height: 38vw;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color : white;
}

.mainBlockInfo{
	display: flex;
	justify-content: space-between;
	width: 90vw;
	margin-top: 5vw;
	font-family: "Bai Jamjuree";
	font-size:2.2vw;
	text-transform: uppercase;
}

@media (max-width: 680px) {
	.scrollingImagesMobile{
		display: block;
		position: absolute;
		z-index: -1;
	}

	.scrollingImagesMobile img{
		width: 100vw;
	}

	.mainBlock{
		height: 111vw;
	}

	.scrollingImages{
		display: none;
	}

	.mainBlockButtons{
		display: none;
	}

	.headerBlockBurgerMenuImage img{
		width: 5vw;
	}

	.mainBlockInfo{
		margin:0;
		flex-direction: column;
		align-items: center;
		font-size: 4.5vw;
	}

	.mainBlockText{
		height: 80vw;
		justify-content: flex-end;
	}

	
}