#club-header {
  float: left;
  width: 100%;
  background: #485D22;
}
#club-header .cover {
  min-height: 20em;
  padding-right: 1em;
  float: left;
  height: 100%;
}
#club-header .cover img {
  max-width: 100%;
  max-height: 100%;
}
#club-header .cover .img-load {
  position: absolute;
  height: 100%;
  width: calc(100% - 1em);
}
#club-header .info {
  float: left;
  position: relative;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: normal;
  color: #FFFFFF;
}
#club-header .h1,
#club-header h1 {
  color: #FFFFFF;
  font-weight: 200;
}
#club-header .icons {
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0;
  bottom: 0;
  background: #485D22;
  background: -moz-linear-gradient(left,#485D22 0%,#6A5310 100%,#6A5310 100%);
  background: -webkit-linear-gradient(left,#485D22 0%,#6A5310 100%,#6A5310 100%);
  background: linear-gradient(to right,#485D22 0%,#6A5310 100%,#6A5310 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#485D22,endColorstr=#6A5310,GradientType=1);
}
#club-header .icons .icon {
  height: 4em;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
}
#club-header .icons .icon a {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 300;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 1em;
  padding: 1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
#club-header .icons .icon:hover a,
#club-header .icons .icon.active a {
  background-color: rgba(0,0,0,0.2);
}
@media only screen and (min-width: 320px) {
  #club-header .background,
  #club-header .info {
    height: 10em;
  }
}
@media only screen and (min-width: 568px) {
  #club-header .background,
  #club-header .info {
    height: 12em;
  }
}
@media only screen and (min-width: 768px) {
  #club-header .background,
  #club-header .info {
    height: 15em;
  }
}
