.product-benfits-video-resource.container {
  width: auto;
  max-width: 940px;
}

.product-benfits-video-resource.videos-horizontal .field-type-paragraphs > .field-items > .field-item {
  display: inline-block; /*let's leave this as display inline and floated*/
  float: left;
  vertical-align: text-top;
  width: 33%;
}

.product-benfits-video-resource.videos-horizontal .field-type-paragraphs > .field-items > .field-item:first-child {
  display: block;
  width: 100%;
  max-width: 100%;
}

#product-benefits-page .product-benfits-video-resource.videos-horizontal .field-name-field-heading-heading {
  margin: 80px 100px 30px;
}

#product-benefits-page .product-benfits-video-resource.videos-horizontal .group-text {
  height: auto;
  text-align: center;
  padding-left: 0;
  width: 90%;
}

#product-benefits-page .product-benfits-video-resource.videos-horizontal .field-name-field-video-highlight-link-text .field-item {
  background: url('../images/arrow_blue.svg') 100% 70% no-repeat;
  background-size: 16px 16px;
  margin: auto;
  padding-top:10px;
}

#product-benefits-page .product-benfits-video-resource.videos-horizontal .group-text,
#product-benefits-page .product-benfits-video-resource.videos-horizontal .group-video {
  height: auto;
  margin: 0 auto;
  display: block;
  padding-left: 0;
}

#product-benefits-page .product-benfits-video-resource.videos-horizontal .group-video .span3 {
  margin-bottom: 25px;
}

.product-benfits-video-resource.videos-horizontal {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .product-benfits-video-resource.videos-horizontal {
    text-align: center;
  }

  .product-benfits-video-resource.videos-horizontal .field-type-paragraphs > .field-items > .field-item {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    width: auto;
  }

  #product-benefits-page .product-benfits-video-resource.videos-horizontal .field-name-field-heading-heading {
    margin: 30px 0 30px;
  }

  #product-benefits-page .group-video .modal-trigger.video-trigger {
    background-position: center;
  }

  #product-benefits-page .product-benfits-video-resource.videos-horizontal .group-text {
    margin-bottom: 40px;
  }

}