.logo-break-large-img {
  background: transparent url(images/epic-escape-64.png) no-repeat;
  background-position: center center;
  background-size: 64px 64px;
  float: left;
  height: 64px;
  width: 100%;
  margin-bottom: -32px;
}

.logo-break-large-line {
  border-top: 3px double #eeeff0;
  margin: 32px auto 40px;
  min-height: 5px;
  width: 90%;
}

.logo-break-small-img {
  background: transparent url(images/epic-escape-32.png) no-repeat;
  background-position: center center;
  background-size: 32px 32px;
  float: left;
  height: 32px;
  width: 100%;
  margin-bottom: -16px;
}

.logo-break-small-line {
  border-top: 3px double #eeeff0;
  margin: 16px auto 40px;
  min-height: 5px;
  width: 90%;
}