div.spacer.space{
  height: 110px;
}

@media (max-width: 575px){

.spacer{
 height: 0px;
    }
}
