.g-scrolling-carousel .items {
	padding: 5px 0;

}

.g-scrolling-carousel .items img {
	display: inline-block;
	/* notice the comments between inline-block items */

	margin-right: 10px;
	width: 170px;
	height: 150px;
	line-height: 150px;
	box-shadow: 0 0 5px #000;
	text-align: center;
}

.g-scrolling-carousel {
	width: 95%;
	margin-left: 02%;
}

h1 {
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	color: #515151;
}

@media only screen and (min-width: 720px) {
	main {
		background: #f9f9f9;
		width: 650px;
		padding: 40px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 2px 1px 6px #777;
		padding-bottom: 50px;
	}

  
    

}


