/* Image style */
#scrollUp {
	bottom: 17px;
	right: 24%;
	height: 63px;  /* Height of image */
	width: 50px; /* Width of image */
	background: url(../../../_img/up.png) no-repeat; /*background: url(../../../_img/up.svg) no-repeat;*/
}
@media only screen and (max-width : 768px) 
{
#scrollUp {
	bottom: 12px;
	right: 5%;
	height: 50px;  /* Height of image */
	width: 48px; /* Width of image */
	background: url(../../../_img/up.png) no-repeat; /*background: url(../../../_img/up.svg) no-repeat;*/
	background-size:contain;
}
}