.content {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  border-top: 2px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #f7f7f7 54%);
  background-image: linear-gradient(180deg, #fff, #f7f7f7 54%);
  text-align: center;
}

.content:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.card-side-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.card-side-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, .5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.card {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 18px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.tile-cell {
  height: 150px;
}

.tile-row {
  display: block;
  width: 1200px;
  height: 150px;
  margin: 10px auto 15px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.card-side-back-title-bg {
  width: 100%;
  height: 45px;
  background-color: #858585;
}

.card-side-back-title {
  width: 100%;
  height: 45px;
  margin-top: 0px;
  padding-top: 14px;
  background-color: #858585;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-side-back-content-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 105px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.card-side-back-content {
  display: block;
  width: 100%;
  height: 105px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
}

.card-side-front-bg {
  position: static;
  display: block;
  overflow: hidden;
  width: 280px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 355px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/edison Bust.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/edison Bust.jpg');
  background-position: 0px 0px, 50% 23%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.title {
  display: block;
  width: 1260px;
  margin: -19px auto 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 64px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.subtitle {
  display: block;
  width: 60%;
  margin: 25px auto 10px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 28px;
  line-height: 39px;
  font-weight: 300;
}

.card-side-front-image {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.copy {
  display: block;
  width: 70%;
  margin: 0px auto 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.grid-div {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.card-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 991px) {
  .card {
    width: 280px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .tile-cell {
    position: static;
    height: 150px;
    margin-bottom: 0px;
  }
  .tile-row {
    width: 680px;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .card-side-back-title {
    height: 45px;
    font-size: 12px;
  }
  .card-side-back-content-bg {
    height: 105px;
  }
  .card-side-back-content {
    height: 105px;
    padding-top: 10px;
    font-size: 11px;
    line-height: 16px;
  }
  .card-side-front-bg {
    height: 150px;
  }
  .title {
    display: block;
    width: 65%;
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
    font-size: 56px;
    line-height: 63px;
  }
  .subtitle {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 39px;
  }
  .card-side-front-image {
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .content {
    background-image: none;
  }
  .tile-row {
    width: 300px;
  }
  .header-image {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/aes_award_header.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/aes_award_header.jpg');
    background-position: 0px 0px, 91% 34%;
    background-size: auto, cover;
  }
  .title {
    margin-top: -35px;
  }
  .subtitle {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 37px;
  }
}

@media (max-width: 479px) {
  .content {
    height: 971px;
  }
  .card {
    width: 250px;
    height: 150px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .tile-row {
    width: 80%;
  }
  .header-image {
    height: 225px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/aes_award_header.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/aes_award_header.jpg');
    background-size: auto, cover;
  }
  .title {
    width: 90%;
    margin-top: -50px;
    padding-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }
  .subtitle {
    display: block;
    width: 80%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 33px;
  }
}

