@media only screen
and (max-width: 960px)
{
}

@media only screen
and (max-width: 768px)
{
}

@media only screen
and (max-width : 480px)
{
	#home-slider .swiper-details{
		right:50px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px)
{
	#home-slider .swiper-details{
	}
}