﻿#btnBack {
	 width: 25%;
}

@media screen and (max-width: 576px){
	#btnBack {
		width: 100%;
	}
}