.content-asset .pdp-content-asset-video .content-text .button{
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
}

.content-asset .pdp-content-asset-video .content-text .button:hover{
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.content-asset .pdp-content-asset-video .header{
  color: #000;
}

.pdp-video-wrapper .pdp-content-asset-video .content-text a {
  color: white;
}
.pdp-video-wrapper .content-image img {
    display: block;
}

.content-asset ol, .content-asset ul{
  line-height: unset !important;
  margin:  unset !important;
  padding:  unset !important;
}
.content-asset a{
  text-decoration: none;
}
#wrapper, .pure-container{
	max-width: 1500px !important;
	width: 100% !important;
}
.content-text{
  top:50% !important;
}
/*.mobile-thumb {
    position: relative;
    height: 665px;
    overflow: hidden;
}
.mobile-thumb img {
    position: absolute;
    top: 0;
    left: -256px;
    height: auto;
    width: 886px !important;
    max-width: inherit;
}*/
.mobile-thumb.outer {
    width: 100%;
    overflow: hidden;
}

.mobile-thumb .inner {
    display: inline-block;
    position: relative;
    right: -50%;
}

.mobile-thumb .inner img {
    position: relative;
    left: -50%;
    height: 667px;
    width: auto;
    max-width: inherit;
}



.mobile-play-btn-wrapper img {
    max-width: 30%;
    margin: 0 auto;
}
.tag-cta {
  font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  display: inline-block;
  cursor: pointer;
  border: 2px solid white;
  margin: 0;
  padding: 0.75em;
}

@media screen and (max-width: 767px){
  .content-text{
    top:23% !important;
  }
}