@media screen and (min-width: 768px) and (max-width: 1070px) {
	.Slider {
		width: calc(100vw - 12px) !important;
	}
}