@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	div.inside, .container {
		width: 100%;
	}
	.home-slider .home-item .shortcuts-picture {
		background-attachment: initial !important;
	}
}

