@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	div.container,
	div.container2,
	div.container3 {
		width: 96%;
	}

	/* slider */
	.shortcuts-slider .shortcuts-item .title {
		width: 90%;
		margin-bottom: 60px;
	}
	.shortcuts-slider .shortcuts-item .title .text, 
	.shortcuts-slider .shortcuts-item .title h1 {
		font-size: 50px;
	}
}

