/* Image style */
#scrollUp {
	bottom: 150px;
	right: 13%;
	height: 50px;  /* Height of image */
	width: 50px; /* Width of image */
	background: url(../../../_img/up.svg) no-repeat;
}
@media only screen and (max-width : 768px) 
{
#scrollUp {
	bottom: 70px;
	right: 5%;
	height: 50px;  /* Height of image */
	width: 50px; /* Width of image */
	background: url(../../../_img/up.svg) no-repeat;
}
}