.hi-embedded-content-block #auctionsliveMainDiv {
    max-width: 1140px;
    margin: auto;
}

#sizetracker {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #sizetracker {
        border: 1px blue solid;
    }
        
}
.video-carousel-arrows {
    float: right;
    position: relative;
    left: -3px;
    top: -5px;
}
.video-carousel-arrows button[class*=owl-] {
    width: 48px;
    height: 48px;
    border: 1px solid #EBEBED;
    border-radius: 100px;
    background-color: #fff;
}
.video-carousel-arrows button[class*=owl-] svg {
    position: relative;
    top: -2px;
}
.video-carousel-arrows button[class*=owl-]:not(.disabled):focus svg path {
    stroke: #00ADEF;
}
.video-carousel-arrows button[class*=owl-].disabled {
    background-color: #EBEBED;
}
.video-carousel-arrows button[class*=owl-].disabled svg path {
    stroke: #C8C8C8;
}
.video-carousel-arrows button.owl-prev {
    margin-right: 10px;
}
.title-block {
    margin-bottom: 50px;
}
.g-video-3-cards-carousel.g-theme-valid  {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
.g-video-3-cards-carousel.g-theme-valid .card-body {
    padding: 0;
}
.g-video-3-cards-carousel.g-theme-valid  .container {
    padding-left: 0;
    padding-right: 0;
}
.modal-dialog.grenadier-custom-block{
    max-width: 60vw;
}

.g-video-3-cards-carousel.g-theme-valid  > .container .title-block {
    align-items: center;
    margin-bottom: 24px;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel {
    display: block;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card {
    border: 0;
    border-radius: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card .video-image {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card .video-image a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.grenadier-custom-block a:hover {
    color: #000000;
}
.grenadier-custom-block a {
    text-underline-offset: 20%;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card .video-image a img.video-thumbnail {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card:hover .video-image img.video-thumbnail {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .video-item.card .video-image a span {
    display:none !important;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .video-item.card .video-image a:after {
  content: "";
  width: 100%;
  height: 97%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://resources.cloudhi.io/images/grenadier/grenadier-video-play-btn.svg);
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  background-size: 25%;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card .video-image a span.play-circle-button i{
    margin: 0;
    width: 18px;
    height: 18px;
}
.g-video-3-cards-carousel.g-theme-valid  > .container .video-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .video-item.card .video-image a:hover:after {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -webkit-transition: opacity 500ms ease-in-out;
}
.grenadier-custom-block.modal-dialog .modal-body {
    position: relative;
    padding: 0px;
}
.grenadier-custom-block.modal-dialog .btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}
.grenadier-custom-block.g-theme-valid .owl-theme .owl-dots .owl-dot.active span {
    background: #000729;
}
.grenadier-custom-block.g-theme-valid .owl-theme .owl-dots .owl-dot span {
    background:white;
    border: 1px solid rgba(0,7,40,.3);
    margin: 5px 3px;
}

.g-video-3-cards-carousel > .container .title-block .heading-title {
    font-size: 2.625rem;
    letter-spacing: -.9px;
    font-weight: 400;
    color: #000729;
    font-family: "Source Sans Pro Bold";
    line-height: 1em;
    margin-top: .2em;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 0.2em;
  }

  .g-video-3-cards-carousel > .container .title-block .heading-title:before {
    display: none;
   }


@media (max-width: 428px) {
    .g-video-3-cards-carousel.g-theme-valid  > .container {
        padding-bottom: 30px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .modal-dialog.grenadier-custom-block{
        max-width: 100vw;
    }
    .grenadier-custom-block.modal-dialog .btn-close {
        position: absolute;
        right: 28px;
        top: -38px;
    }
    .g-video-3-cards-carousel>.container .title-block .right-side{
        position: absolute;
        height: 45px;
        left: -5px;
        width: 100%;
        bottom: auto;
    }

    .g-video-3-cards-carousel > .container .title-block .heading-title {
      font-size: 1.825rem;
      margin-bottom: 0.3em;
    }
}
