@charset "utf-8";
/* CSS Document */
body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
/* body blur on load */
@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(10px);}
    50% { -webkit-filter: blur(5px);}
    100% { -webkit-filter: blur(0px);}
    }
body {
    -webkit-animation: image_blur 0.5s;
	font-family: 'Open Sans';
    font-weight: 400;
    line-height: 1.5;
    font-size: 20px;
}
p {
    margin-top:1rem;
}
p:first-child {
    margin-top:0;
}
.r { 
	font-size:56%;
}
em{
	color: inherit;
}
.hi {
    padding: 0 0.2em;
    line-height: 1;
    margin: 0 -0.1em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../global/img/hi-y-sm.png);
}
.cents {
    font-size: 70%;
    top: -0.18rem;
}
.strike {
	position: relative;
}
.strike::after {
	content:"";
	position:absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(10deg);
	width:100%;
	height:3px;
	background:#D96B6B;
}
/* Fonts */ 
.uk-text-light {
	font-weight: 300;
}
.fira {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: bold;
}
.source {
	font-family: "Source Serif Pro",sans-serif;
}
.lato {
	font-family: "Lato",sans-serif;
}
.text-shadow {
    text-shadow:0 0 3px rgba(0,0,0,0.25);
}
.text-shadow-heavy {
    text-shadow:0 0 3px rgba(0,0,0,0.5);
}
.text-shadow-light {
    text-shadow:1px 1px 1px white;
}
.text-shadow-light-medium {
    text-shadow:1px 1px 1px rgba(255,255,255,0.4);
}

/* VIDEO */
.play-button-icon {
    transition: all 0.5s ease-out;
}
.play-button-icon:hover {
    transform:scale(1.05);
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
    background: #131313;
}

.video-full-width {
    margin-bottom:25px;
}
.coverTap {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}
/* click to play text */
.play-button-text-wrapper {
    height: 100%;
}
.play-button-text {
    font-style: italic;
    transition: all .2s ease-out;
    cursor: pointer;
    text-transform: uppercase;
}
/* volume button */
@keyframes VOLUME_SMALL_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes VOLUME_LARGE_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  .volume__small-wave {
    animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
    opacity: 0;
  }

  .volume__large-wave {
    animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
    opacity: 0;
  }
.volume_button {
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    outline: none;
    padding-right: 0px;
    pointer-events: auto;
    position: absolute;
    right: 15px;
    text-align: left;
    top: 15px;
}
/* pause notifier */
.pause-notifier {
    pointer-events: none;
    opacity: 1;
    transform: scale(1.1);
    width: 60px;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
.pause-notifier svg {
    overflow: visible;
}
.play-icon-arrow {
    top: 54px;
    left: -100px;
    max-width: 76px;
}
@media(max-width:767px) {
    .pause-notifier {
    width: 40px;
}
    .play-icon-arrow {
    top: 40px;
    left: -70px;
    max-width: 46px;
    }
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle,rgba(0,0,0,.4),rgba(0,0,0,.8));
    background: -webkit-radial-gradient(circle,rgba(0,0,0,.4),rgba(0,0,0,.8));
    z-index: 2 !important;
    top: 0;
    left: 0;
}
.video-overlay-after {
    width: 100%;
    height: 65px;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
}

/* NEW CTA BUTTONS */
@media screen and (max-width: 767.9px) {
  .cta-boxes .pack6 {
    order: 1;
  }
  .cta-boxes .pack3 {
    order: 2;
  }
  .cta-boxes .pack1 {
    order: 3;
  }
}

.cta-boxes {
	max-width: 64rem;
	margin:auto; 
}
.cta-boxes .bottle-title p {
	margin-top:0 !important;
}
.cta-button {
  font-size: 24px;
  font-weight: bold;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #3B2F53;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #d3cee2;
  position: relative;
  z-index: 1;
	box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ece8ea), to(#d3cee2));
  background-image: -o-linear-gradient(top, #ece8ea, #D3CEE2);
  background-image: linear-gradient(180deg, #ece8ea, #d3cee2);
  border: 1px solid #fff;
  border-color: #D2CEDE;
  border-radius: 999px;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.cta-button:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 999px;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#ACA5C0));
  background-image: -o-linear-gradient(top, #DBDBDB, #ACA5C0);
  background-image: linear-gradient(180deg, #DBDBDB, #ACA5C0);
}
.cta-boxes-new .cta-button:hover {
	color: #3B2F53;
	text-decoration: none;
}
.cta-button:hover:before {
    opacity: 0.2;
}
.cta-button .arr {
  display: inline-block;
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.cta-box:hover .cta-button:before {
  opacity: 1;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
	
.cta-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-boxes h5.total {
  margin-top: 18px;
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.cta-boxes p.freeship {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
.cta-boxes .freeship.hi {
	max-width:200px;
	margin:auto;
	padding:4px 0;
	border-radius:8px;
	background-color:transparent;
}
.cta-boxes h4.save {
  margin-top: 6px;
  font-style: italic;
  color: #bc0000;
  font-weight: 900;
  font-size: 20px;
}

.cta-boxes h4.save strong {
  font-size: 22px;
}

.cta-boxes .cta-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 1px 1px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-boxes .new6pack {
	background-color:#fffdf1;
}
.cta-boxes .cta-box:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border-color: #C5BEDC;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
          box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}

.cta-boxes .cta-box.pack6 .bottle-title {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-boxes .cta-box.pack6 .bottle-title h3 {
  font-size: 34px;
}

.cta-boxes .bottle-title {
  margin: 0px 0px 10px;
  padding: 8px 10px 10px;
  border-radius: 8px 8px 0 0;
}

.cta-boxes .bottle-title h5 {
  margin: 0 0 -4px;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #ffd1a8;
}

.cta-boxes .bottle-title h3 {
  color: #fff;
  margin: 12px 0 6px;
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-boxes .bottle-title p {
  color: #fff;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  margin: 0 0 6px;
  line-height: 1;
}

.cta-boxes .bottle-image {
  margin: 0 auto;
  position: relative;
	max-width:100%;
}

.cta-boxes .price-details h4 {
  margin: 0;
}

.cta-boxes .price-details h4.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
	color:#5c4890;
}

.cta-boxes .price-details h4.price span.pp {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  letter-spacing: -0.0125em;
}

.cta-boxes .price-details h4.price span.pb {
  line-height: 1.1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  padding-left: 8px;
}

.cta-boxes p.guarantee {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  background-color: #4b5563;
  margin: 10px 0 0px;
  padding: 10px 5px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
	.cta-boxes {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-boxes p.freeship {
    margin-bottom: 4px;
  }

  .cta-boxes h4.save {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.cta-boxes .pb {
	position: relative;
	top:0.8rem;
}
@media (min-width: 768px) {
	.cta-boxes .pack6 .pb {
		top:1.5rem;
	}
	.cta-boxes {
    -webkit-box-align: center;
        -ms-flex-align:center;
            align-items: center;
  }
	.pack1 .bottle-title, .pack3 .bottle-title {
		background-color:#66529A;
	}
	.pack6 .bottle-title {
		background-color:#4C397D;
	}
  .cta-boxes h4.save span.fs {
    display: inline-block;
    font-size: 18px;
  }

  .cta-boxes .cta-box {
    margin-left: 2px;
    margin-right: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 4px);
            flex: 1 0 calc(33% - 4px);
  }

  .cta-boxes .bottle-image {
    margin:0 auto;
	  max-width:100%;
  }

  .cta-boxes .price-details h4.price {
    font-size: 42px;
  }

  .cta-boxes .price-details h4.price span.pb {
    font-size: 13px;
  }

  .cta-button {
    font-size: 22px;
  }

  .cta-button {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.cta-boxes .cta-box.pack6 .bottle-title h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
	.cta-boxes .cta-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 10px);
            flex: 1 0 calc(33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }

  .cta-button {
    font-size: 26px;
  }

  .cta-button {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
	.cta-boxes .price-details h4.price {
		font-size:38px;
	}
}
@media(min-width:961px) {
	.cta-boxes .pack1, .pack3 {
		transform:scale(0.95);
	}
	.cta-boxes .pack6 {
		transform:scale(1.05);
	}
}

.cta-boxes .price-today {
	flex-wrap: nowrap;
}
.plusBonus {
	display: inline;
	background:rgba(255,255,255,0.8);
	border:thin solid rgba(255,255,255,0.9);
	padding:0 6px 1px 5px;
	margin-left:0.25rem;
	color:#b66a4e;
	font-size:0.9rem;
	border-radius: 999px;
	font-weight: bold;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
/* Pulse for purchase boxes badge */
.animation-pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

/* PROGRESS STEPS */
.progress-step-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.progress-steps {
  display: flex;
  flex-flow: row wrap;
  font-size: 12px;
}

.progress-steps p {
  margin-top: 0 !important;
}

.step-item {
  position: relative;
  z-index: 1;
  flex: 1 0 31%;
}

.upgrade .step-3 .step-icon-wrap {
  background: #fff;
  border: 2px solid #5c4890;
  color: #5c4890;
  font-size: 1.7em;
}

.upgrade .step-3.step-item {
  opacity: 0.7;
  filter: saturate(0.5);
  background-color: transparent;
}

.complete .step-2 .step2num {
  display: none;
}

.complete .step-2 .step2icon {
  display: block;
}

.upgrade .step-2 .step2icon,.complete .step-3 .step2icon {
  display: none;
}

.upgrade .step-2 .step-text-wrap,.complete .step-3 .step-text-wrap {
  padding: 4px 0 0 5px;
}

.upgrade .step-2 .step-text-wrap p.step-head,.complete .step-3 .step-text-wrap p.step-head {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

.upgrade .step-2 .step-text-wrap p.step-subhead,.complete .step-3 .step-text-wrap p.step-subhead {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
}

.upgrade .step-2 .step-icon-sm-fx,.complete .step-3 .step-icon-sm-fx {
  position: relative;
  z-index: 6;
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 1;
  mix-blend-mode: screen;
  top: 0px;
  left: calc(50% - 18px);
  border-radius: 50%;
  background: #5c4890;
  animation: pulse 2s infinite;
}

.upgrade .step-2 .step-icon-wrap,.complete .step-3 .step-icon-wrap {
  font-size: 1.7em;
}

.step-text-wrap {
  padding: 5px;
}

.step-text-wrap p {
  font-family: "Lato",sans-serif;
  color: #5c4890;
}

.step-text-wrap p.step-head {
  font-weight: bold;
  font-size: 12px;
  margin-top: 0 !important;
}

.step-text-wrap p.step-subhead {
  color: #6b7280;
  font-size: 0.9em;
  margin-bottom: 0px;
  margin-top: 0px !important;
}

.step-icon-wrap {
  border-radius: 50%;
  background: #5c4890;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-family: "Lato",sans-serif;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 728px) and (max-width: 820px) {
  .complete .progress-step-wrap {
    max-width: 690px;
  }
}

@media (min-width: 768px) {
  .progress-step-wrap {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 752px;
  }

  .progress-steps {
    font-size: 12px;
  }

  .step-item {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(132,105,203,0.6);
  }

  .step-item.step-1 {
    border-radius: 50px 0 0 50px;
  }

  .step-item.step-3 {
    border-radius: 0 50px 50px 0;
  }

  .step-item.step-2 {
    border-radius: 50px;
  }

  .upgrade .step-3 .step-icon-wrap {
    background: transparent;
    margin-right: 8px;
  }

  .upgrade .step-3.step-item {
    padding-left: 40px;
  }

  .upgrade .step-2 .step-icon-sm-fx,.complete .step-3 .step-icon-sm-fx {
    display: none;
  }

  .upgrade .step-2 .step-icon-wrap,.complete .step-3 .step-icon-wrap {
    background: #fff;
    color: #5c4890;
    color: #5c4890;
    margin-left: 10px;
    border: 2px solid #8469cb;
  }

  .upgrade .step-2.step-item,.complete .step-3.step-item {
    padding: 8px;
    flex: 1 0 35%;
    border: 3px solid #8469cb;
    background-color: #5c4890;
    transform: scale(1.15);
    filter: drop-shadow(0 5px 5px rgba(132,105,203,0.075)) drop-shadow(0 4px 5px rgba(132,105,203,0.15)) drop-shadow(0 2px 3px rgba(132,105,203,0.2));
    position: relative;
    z-index: 3;
  }

  .upgrade .step-2.step-item p,.complete .step-3.step-item p {
    color: #fff;
  }

  .upgrade .step-2.step-item:after,.complete .step-3.step-item:after {
    content: ' ';
    display: block;
    left: 0px;
    top: 0px;
    z-index: 1;
    position: absolute;
    border-radius: 50px;
    border: 0px solid #5c4890;
    background-color: transparent;
    animation: activate 2s infinite;
  }

  .complete .step-2 {
    margin-left: -55px;
  }

  .complete .step-3 {
    margin-left: -30px;
  }

  .complete .step-3.step-item {
    border-radius: 50px;
  }

  .step-text-wrap p {
    line-height: 1;
    margin-bottom: 2px;
  }

  .step-text-wrap p.step-head {
    font-size: 13px;
  }

  .step-icon-wrap {
    margin-right: 14px;
    flex: 0 1 36px;
    width: 36px;
    height: 36px;
  }

  .step-icon-wrap img {
    width: 19px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .complete .step-3.step-item {
    flex: 1 0 30%;
  }
}

@media (min-width: 1024px) {
  .progress-step-wrap {
    max-width: 970px;
  }

  .progress-steps {
    font-size: 16px;
  }

  .upgrade .step-2 .step-text-wrap p.step-head,.complete .step-3 .step-text-wrap p.step-head {
    font-size: 1.4em;
  }

  .step-text-wrap p.step-head {
    font-size: 20px;
  }

  .step-icon-wrap {
    flex: 0 1 45px;
    width: 45px;
    height: 45px;
  }

  .step-icon-wrap img {
    width: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1048px) {
  .complete .progress-step-wrap {
    max-width: 920px;
  }
}

@media (max-width: 767px) {
  .step-item {
    flex: 1 0 33%;
    position: relative;
    z-index: 4;
  }

  .step-item:after {
    content: "";
    height: 6px;
    margin-left: 50%;
    width: 100%;
    background-color: #5c4890;
    border-top: 1px solid #5c4890;
    border-bottom: 1px solid #5c4890;
    position: absolute;
    top: 15px;
    z-index: 1;
  }

  .step-item.step-3:after {
    display: none;
  }

  .step-item.step-2 {
    flex: 1 0 33%;
  }

  .step-item.step-2:after {
    width: calc(100% - 16px);
    background: #d4dce3;
    border: 1px solid #abb9c5;
    border-left: none;
    border-right: none;
    opacity: 0.6;
  }

  .complete .step-2.step-item:after {
    content: "";
    height: 6px;
    margin-left: 50%;
    width: 100%;
    background-color: #5c4890;
    border-top: 1px solid #5c4890;
    border-bottom: 1px solid #5c4890;
    position: absolute;
    top: 15px;
    z-index: 1;
    opacity: 1;
  }

  .upgrade .step-2 .step-icon-wrap,.complete .step-3 .step-icon-wrap {
    color: #fff;
    background: #5c4890;
  }

  .step-text-wrap p {
    text-align: center;
    line-height: 1.2;
  }

  .step-text-wrap p.step-subhead {
    display: none;
  }

  .step-icon-wrap {
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    position: relative;
    z-index: 4;
    z-index: 6;
  }

  .step-icon-wrap img {
    width: 18px;
  }

  .step-icon-wrap svg {
    width: 18px;
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
    opacity: 0.8;
  }

  to {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes activate {
  from {
    border-width: 0px;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  to {
    border-width: 20px;
    opacity: 0;
    top: -20px;
    right: -20px;
    bottom: -20px; 
    left: -20px;
  }
}
.testimonialsWrapper .test-title {
	color:#5c4890;
}
/* width */
.testimonialsWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.testimonialsWrapper::-webkit-scrollbar-track {
  background: #EFEEF4;
	border-radius: 99px;
}

/* Handle */
.testimonialsWrapper::-webkit-scrollbar-thumb {
  	background: #907cc5;
	border-radius: 99px;
}

/* Handle on hover */
.testimonialsWrapper::-webkit-scrollbar-thumb:hover {
  background: #5c4890;
}
@media(max-width:600px) {
	footer .menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
/* VIDEO */
.play-button-icon {
    transition: all 0.5s ease-out;
}
.play-button-icon:hover {
    transform:scale(1.05);
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
    background: #131313;
}
.videoWrapper {
    padding-bottom: 52.9%;
}

@media (max-width:600px) {
    .videoWrapper {
    padding-bottom: 49%;
    }
}
.video-full-width {
    margin-bottom:25px;
}
.coverTap {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}
/* click to play text */
.play-button-text-wrapper {
    height: 100%;
}
.play-button-text {
    font-style: italic;
    transition: all .2s ease-out;
    cursor: pointer;
    text-transform: uppercase;
}
/* volume button */
@keyframes VOLUME_SMALL_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes VOLUME_LARGE_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  .volume__small-wave {
    animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
    opacity: 0;
  }

  .volume__large-wave {
    animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
    opacity: 0;
  }
.volume_button {
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    outline: none;
    padding-right: 0px;
    pointer-events: auto;
    position: absolute;
    right: 15px;
    text-align: left;
    top: 15px;
}
/* pause notifier */
.pause-notifier {
    pointer-events: none;
    opacity: 1;
    transform: scale(1.1);
    width: 60px;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
.pause-notifier svg {
    overflow: visible;
}
.play-icon-arrow {
    top: 54px;
    left: -100px;
    max-width: 76px;
}
@media(max-width:767px) {
    .pause-notifier {
    width: 40px;
}
    .play-icon-arrow {
    top: 40px;
    left: -70px;
    max-width: 46px;
    }
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle,rgba(0,0,0,.4),rgba(0,0,0,.8));
    background: -webkit-radial-gradient(circle,rgba(0,0,0,.4),rgba(0,0,0,.8));
    z-index: 2 !important;
    top: 0;
    left: 0;
}
.video-overlay-after {
    width: 100%;
    height: 65px;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
}