@media screen and (max-width:667px)
{
.icons 
{
margin-left: -6px;

	}
.button {
    width: 38% !important;
    height: 10%;
    background-color:#1f1f1f;
color:white;
    margin-top: 80px;
}
	.background {
    background-image: linear-gradient(
rgba(255,255,255,0.8),
    rgba(255,255,255,0.8)), url("../images/hiking-listbg.jpg");
    height: 507px!important;
    background-repeat: no-repeat;
}
}