.o-flexibleVideo {
  position: relative;
  overflow: hidden;
}
.one_column {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
.m-flexibleVideo__content {
  margin-bottom: 50px;  
}
.m-flexibleVideo__content.one_column .row {
  justify-content: center;
}
.m-flexibleVideo__thumbnail {
  position: relative; 
  margin-bottom: 30px;
  cursor: pointer;
}
.two_column .m-flexibleVideo__thumbnail > img {
  width: 100%;
  height: 416px;
  object-fit: cover;
}
.m-flexibleVideo__thumbnail > img {
  width: 100%;
}
.two_column .m-imageAndText__buttons.vdo_pop_buttons a.button {
  margin-top: 30px;
}
.m-flexibleVideo__play { 
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #E71F58; 
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.-video {
  background-color: rgba(20,21,26,0.95);
}
.m-flexibleVideo__play:hover {
  opacity:0.7;
}
.modal.-video .videoWrapper {
  border-radius: 0;
}
.m-flexibleVideo__play img {
  width: 22.5px; 
  height: auto; 
  margin-right: -2px;
}
.o-flexibleVideo.background.-dune span.eyebrow-black {
  color: var(--grey);
}
.o-flexibleVideo.background.-dune h2.title{
  color: var(--blackout);
}
.o-flexibleVideo.background.-dune p.body_copy_large{
  color: var(--darkgrey);
}
.m-flexibleVideo__content h2.title {
  margin-bottom: 25px;
}

{# 1-Column #}
.one_column .m-flexibleVideo__thumbnail > img, 
.one_column .m-flexibleVideo__button {
  position: relative;
  z-index: 2;
}
.one_column .m-flexibleVideo__thumbnail > span {
  z-index: 2;  
}
.one_column .m-flexibleVideo__button .hs_cos_wrapper_type_cta {
  width: 100%; 
}
.one_column .m-flexibleVideo__button .button {
  display: block; 
  text-align: center;
}

{# 2-Column #}
.two_column .m-flexibleVideo__details h3 {
  margin-bottom: 25px;
}

body.lan-ar .m-flexibleVideo__content .eyebrow,body.lan-ar-sa .m-flexibleVideo__content .eyebrow, body.lan-ar .m-flexibleVideo__content .eyebrow-black,body.lan-ar-sa .m-flexibleVideo__content .eyebrow-black
body.lan-ur .m-flexibleVideo__content .eyebrow,body.lan-ur .m-flexibleVideo__content .eyebrow-black,body.lan-fa .m-flexibleVideo__content .eyebrow,body.lan-fa .m-flexibleVideo__content .eyebrow-black{
  text-align: center;
}

@media (max-width: 991px) {
  {# Grid #}
  .grid > .col-12.col-lg-6:not(:last-child) {
    margin-bottom: 50px; 
  }
  .m-flexibleVideo__thumbnail > img,.two_column .m-flexibleVideo__thumbnail > img {
    height: 100%;
  }
  .m-flexibleVideo__content p.body_copy_large {
    margin-bottom: 0;
  }
  .m-flexibleVideo__content h2.title {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  {# 1-Column #}
  .one_column .m-flexibleVideo__thumbnail {
    margin-bottom: 50px;  
  }
  .one_column .m-flexibleVideo__play img {
    width: 23px; 
  }
  .one_column .m-flexibleVideo__play { 
    width: 110px; 
    height: 110px;
  }
  .one_column .m-flexibleVideo__button .hs_cos_wrapper_type_cta {
    width: auto; 
  }
  .one_column .m-flexibleVideo__button .button {
    display: inline-block; 
  }

  {# 2-Column #}
  .two_column .m-flexibleVideo__thumbnail {
    margin-bottom: 0;  
  }
  .two_column.flex-lg-row .m-flexibleVideo__thumbnail {
    padding-right: 30px;
  }
  .two_column.flex-lg-row-reverse .m-flexibleVideo__thumbnail {
    padding-left: 30px;
  }
  .two_column .m-flexibleVideo__play { 
    width: 100px; 
    height: 100px;
  }
  .two_column .m-flexibleVideo__play img {
    width: 20px; 
  }

  {# Grid #}
  .grid > .col-12.col-lg-6 {
    margin-bottom: 60px; 
  }
  .grid .m-flexibleVideo__play { 
    width: 80px; 
    height: 80px;
  }
  .grid .m-flexibleVideo__play img {
    width: 23px; 
  }
  .grid .m-flexibleVideo__details h4 {
    margin-bottom: 15px; 
  }

}

.m-imageAndText__buttons a.button.-secondary_orange {
  border-color: #eb7021;
  background-color: transparent;
  color: var(--plum);
}
.m-imageAndText__buttons a.button.-secondary_orange:hover {
  background-color: var(--plum);
  color: var(--white);
  border-color: var(--plum);
}

