.m-videoBanner__buttons .button, 
.m-videoBanner__buttons .textLink {
  display: block;
  text-align: center;
}

.o-videoBanner .display,
.o-videoBanner h1,
.o-videoBanner h2 {
  font-weight: 700;
}

.o-videoBanner .m-videoBanner__thumbnail.-hubspot iframe {
  border-radius: 12px;
}

.m-videoBanner__thumbnail {
  position: relative; 
  width: 100%;
  border: 3px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(71, 71, 71, 0.35);
  background-color: var(--plum);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.m-videoBanner__thumbnail img {
  width: 100%;
}
  

.m-videoBanner__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
.m-videoBanner__buttons .button:not(:last-child),
.m-videoBanner__buttons .textLink:not(:last-child) {
  margin-bottom: 15px;
}

.m-videoBanner__buttons .hs_cos_wrapper_type_cta:last-child, 
.m-videoBanner__buttons .button:last-child,
.m-videoBanner__buttons .textLink:last-child {
  margin-bottom: 30px;
}

{# Slick #}
.o-videoBanner button.slick-arrow {
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 100;
  border: 2px solid #fff;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.o-videoBanner button.slick-next {
  background: transparent url(https://www.hammond.com.au/hubfs/HammondCare/Icon-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
}
.o-videoBanner button.slick-prev {
  background: transparent url(https://www.hammond.com.au/hubfs/HammondCare/Icon-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
}

.o-videoBanner button.slick-next:hover {
  background: #fff url('https://www.hammond.com.au/hubfs/HammondCare/Icon%20(Stroke)%20(2).svg');
  background-repeat: no-repeat;
  background-position: center;
}

.o-videoBanner button.slick-prev:hover {
  background: #fff url('https://www.hammond.com.au/hubfs/HammondCare/Icon%20(Stroke)%20(3).svg');
  background-repeat: no-repeat;
  background-position: center;
}

.o-videoBanner ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding:0;
}

.o-videoBanner .slick-dots button { 
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #fff;
  font-size: 0;
}

.o-videoBanner .slick-dots button:hover, 
.o-videoBanner .slick-dots .slick-active button {
  background: #fff;
}

.o-videoBanner button.slick-arrow:focus,
.o-videoBanner .slick-dots button:focus{ 
  outline: 0;
}

.o-videoBanner ul.slick-dots li {
  display: inline-block;
  margin:0 5px;
}
{# End slick #}


@media (min-width: 768px) {
  .m-videoBanner__buttons .button, 
  .m-videoBanner__buttons .textLink {
    display: inline-block;
  }

  .m-videoBanner__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
  .m-videoBanner__buttons .button:not(:last-child),
  .m-videoBanner__buttons .textLink:not(:last-child) {
    margin-right: 15px;
  }
  
  .m-videoBanner__buttons .hs_cos_wrapper_type_cta:last-child, 
  .m-videoBanner__buttons .button:last-child,
  .m-videoBanner__buttons .textLink:last-child {
    margin-bottom: 0px;
  }
  
  .o-videoBanner ul.slick-dots {
    bottom: 10px;
  }
  
  .o-videoBanner button.slick-arrow {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
  }
}

@media (min-width: 1200px) {
  .o-videoBanner .display {
    font-size: 52px;
    line-height: 65px;
  }
}

@media (min-width: 1475px) {
  .o-videoBanner .container {
    max-width: 1475px;
  }
  
  .o-videoBanner button.slick-next {
    right: 70px;
  }
  
  .o-videoBanner button.slick-prev {
    left: 70px;
  }
}
