#header {
	position: relative;
}
@media only screen and (max-width: 600px) {
.sticky-head {
	position: fixed;
    top:0;
    width: 100%;
}
  #header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}
  #carousel {
  	display: none;
  }
  main {
    padding-top: 220px;
}
  
}