.petsmart-header__promo-container
{
  position:relative;
  overflow: hidden;
  width: 984px;
}

.hero_videoContent
{
  height: 500px;
  width: 888px;
  margin: 0 auto 0 auto;
  //*background-color: grey;*/
  position: relative;
  opacity: 0;
}

.hero_videoContent--hide
{
  display:none;
}

.video__button--close
{
  top: 0;
  left: 0;
  position: absolute;
  color: #F4F4F4;
  font-size: 20px;
  text-decoration: none;
  padding: 17px;
  font-family:sans-serif;
  display: none;
}

.hero__videoSlide--left{
  top: 0;
  left: 0;
  position: absolute; 
}

.hero__videoSlide--right
{
  top: 0;
  left: 492px;
  position: absolute;
}

