@media (max-width: 768px)
{
	.runningtext div {
		-moz-animation: marquee 25s linear infinite;
		-webkit-animation: marquee 25s linear infinite;
		animation: marquee 25s linear infinite;
		padding:0;
		margin:0;
		white-space: nowrap;
	}
	
	.cms-index-index4 #sns_slideshows3
	{
		bottom:0px !important;
	}
	
	.fotoslide{
		padding:15px;
	}
	.fotoproduk{
		height:150px;
	}
	.fotoproduk2{
		height:160px;
	}
}