.sac-vid-slide-wide {
    width: 600px;
    height: 250px;
    background-color: #eee;
    margin: 35px 0;
    clear: both;
}

.sac-vid-slide-video {
  width: 280px;
  height: 157px;
  position: relative;
  left: 10px;
  top: 5px;
  float: left;
  z-index: 0;
  background-color: #000;
}

.sac-vid-slide-wide .child-info {
  position: relative;
  float: left;
  width: 280px;
  left: 35px;
}

.sac-vid-slide-wide .h3 {
  font-size: 3em;
  font-family: 'Felt Tip Roman W01 Bold', Arial, Helvetica, Sans-Serif;
  color: #002c7e;
  display: block;
  padding: 10px 0 10px 15px;
}

.sac-vid-slide-wide .name {
  font-size: 1.3em;
  font-weight: bold;
}

.sac-vid-slide-wide p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

.sac-vid-slide-btn {
  display: block;
  padding: 12px 0px;
  font-size: 1.3em;
  font-weight: bold;
  color: #593301 !important;
  background: none;
  background-image: -webkit-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
  background-image: -o-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
  background-image: -moz-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
  background-image: -ms-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
  background-image: linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#de9403', endColorstr='#f7bb04');
  border-radius: 5px;
  width: 40%;
  text-align: center;
  box-shadow: 1px 1px 3px rgba(3, 3, 3, .3);
  position: relative;
  top: 0px;
  text-decoration: none !important;
  border: 2px solid #de9403;
}

/* ---- FAILOVER CONTENT ---- */

#sac-vid-slide-backup {
    display: none;
}
.backup-vid-slide-video {
  width: 280px;
  height: 157px;
  position: relative;
  left: 13px;
  top: 10px;
  float: left;
  z-index: 0;
  background-color: #000;
}
.sac-vid-slide-wide .backup-info {
  position: relative;
  float: left;
  width: 280px;
  top: 15px;
  left: 30px;
}
#sac-vid-slide-backup .h3 {
  font-size: 2em;
  line-height: 1.25em;
  font-family: 'Tetria LT W01 Regular';
  padding: 10px 0;
  text-align:center;
}
.backup-info p {
    margin: 0;
    padding: 0;
}