﻿/* Portrait orientation */
/* Landscape orientation */
@media screen and (orientation: landscape) {
  body {
    margin: 0px;
    padding: 0px;
  }
  body .able {
    margin: 0px !important;
  }
  body .modal-content {
    border: none !important;
  }
  body .able-wrapper {
    margin: 0px !important;
  }
  body .able-media-container {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  body .able-vidcap-container {
    background-color: rgba(0, 0, 0, 0) !important;
    max-height: 80%;
  }
  body .able-modal-dialog {
    display: none;
  }
  body #ableclosebutton {
    position: absolute;
    top: 1px;
    right: 1.5%;
    height: 1em;
    width: 1em;
    float: left;
    z-index: 99999999;
    color: #66cc33;
    font-size: 3rem;
    background-color: transparent;
    border: none;
  }
  body #ableclosebutton svg {
    position: inherit;
    top: 1px;
    right: 3px;
    overflow: hidden;
    vertical-align: middle;
  }
  body .mppVideoModalAble {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    color: #66cc33;
  }
  body .mppVideoModalAble .close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  body button svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
  }
  body .mppVideoAble {
    max-height: 500px;
  }
  body .mppVideoModalAble {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  body .bg-blk {
    background-color: black;
  }
}
#mobileVideoContainer {
  background-color: black;
}
#mobileVideoContainer .btn-carryModal-closeMobile {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}

#MobilevideoResults {
  position: relative;
  z-index: 1;
  /*    display:none;*/
}
#MobilevideoResults .able-button-handler-fullscreen {
  display: inherit !important;
}

body {
  /* .mppVideoModalAble {
      position: absolute;
      z-index: 999999;
      top: 1%;
      right: 1.5%;
      font-size: 3rem;
      color: $green;
  }*/
}
body .modal-content {
  border: none !important;
}
body .able-wrapper {
  margin: 0px !important;
}
body .able-media-container {
  background-color: rgba(0, 0, 0, 0) !important;
}
body .able-vidcap-container {
  background-color: rgba(0, 0, 0, 0) !important;
}
body .able-modal-dialog {
  display: none;
}
body #ableclosebutton {
  position: absolute;
  top: 1px;
  right: 1.5%;
  height: 1em;
  width: 1em;
  float: left;
  z-index: 99999999;
  color: #66cc33;
  font-size: 3rem;
  background-color: transparent;
  border: none;
}
body #ableclosebutton svg {
  position: inherit;
  top: 1px;
  right: 3px;
  overflow: hidden;
  vertical-align: middle;
}
body .mppVideoModalAble {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  color: #66cc33;
}
body .mppVideoModalAble .close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
body button svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
body .mppVideoAble {
  max-height: 500px;
}
body .bg-blk {
  background-color: black;
}

.AblephotoRepeat img {
  width: 100%;
}

.playVideoLink:focus .playVideoSvg {
  border: solid !important;
  border-width: 2px !important;
  border-color: blue !important;
}

.parent {
  /*    border: 2px solid green;
  height: 30vh;
  width: 30vw;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.child {
  border: 2px solid red;
  /*    height: 10vh;
  width: 10vw;*/
  background-color: yellow;
}

#AccVideoGallery {
  margin-bottom: 80px;
  max-width: 50%;
  /* .able {
          margin: 0;
          box-shadow: none;

          .able-status-bar {
              padding: 0;
          }

          .able-big-play-button {
              height: 100% !important;
              width: 100% !important;
          }
      }*/
}
#AccVideoGallery .hide-mobile .headSix {
  white-space: nowrap !important;
}
#AccVideoGallery .modal-dialog {
  max-width: 720px;
}
#AccVideoGallery .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
#AccVideoGallery .photoRepeatContainer {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
#AccVideoGallery .photoRepeatContainer:hover img {
  opacity: 1;
}
#AccVideoGallery .photoRepeatContainer img {
  width: 100%;
  opacity: 0.7;
}
#AccVideoGallery .photoRepeatContainer .playSvg {
  margin-top: -69px;
  margin-left: -49px;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
}

.videoContent .techVideoLink {
  position: absolute !important;
  cursor: pointer !important;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  outline: 0;
}
.videoContent .able-status-bar {
  padding-bottom: 25px;
}

.promoVideos {
  /*    height: 530px;*/
  /*    margin-top: -18px !important;*/
}
.promoVideos .playVideoDiv {
  width: 50px;
  height: 50px;
  background-color: red;
}
.promoVideos .playVideoSvg {
  width: 100px;
  height: 100px;
  position: absolute;
}
.promoVideos .videoDivContainer {
  /*      position: absolute;*/
  margin-top: 0px !important;
  width: 100% !important;
  /*       height: 530px !important;*/
  /* Center vertically and horizontally */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 429px;
}
.promoVideos .thumbnailimage {
  width: 100% !important;
  height: auto;
}
.promoVideos .playVideoLink {
  position: relative;
  /*       margin-bottom: 20px;*/
  cursor: pointer;
  width: 100%;
  display: inherit;
  outline: none;
}
.promoVideos .AblemppVideoModal.modal-dialog {
  max-width: 795px;
}
.promoVideos .AblemppVideoModal.able-wrapper {
  max-width: 795px;
  margin-top: 0px !important;
  /*   background-color: red;*/
}
.promoVideos .AblemppVideoModal.modal-content {
  max-width: 795px;
  padding-top: 0px !important;
}
.promoVideos .popVideo object {
  width: 100%;
  object-fit: cover;
}
.promoVideos .popVideo .modal-content {
  background: transparent;
  border: none;
}
.promoVideos .popVideo .able {
  margin-top: 0;
}
.promoVideos .popVideo .modal-dialog {
  max-width: 768px;
}
.promoVideos .popVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
.promoVideos .popVideo .able-descriptions {
  width: 100%;
}
.promoVideos .popVideo .able-status-bar {
  padding-bottom: 25px;
}
.promoVideos .closeFeatures {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
.promoVideos .closeFeatures svg {
  margin-left: 0px;
  margin-top: 0px;
}
.promoVideos .closeFeatures svg path {
  fill: #66cc33;
  height: 25px;
}
.promoVideos .closeFeatures:focus {
  outline: solid;
  outline-width: 1px;
  color: #66cc33;
  background: rgba(0, 0, 0, 0.4);
}
.promoVideos .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}

.subBrandVideos {
  /*    height: 530px;*/
  /*    margin-top: -18px !important;*/
}
.subBrandVideos .playVideoDiv {
  width: 50px;
  height: 50px;
  background-color: red;
}
.subBrandVideos .playVideoSvg {
  width: 100px;
  height: 100px;
  position: absolute;
}
.subBrandVideos .videoDivContainer {
  /*      position: absolute;*/
  margin-top: 0px !important;
  width: 100% !important;
  /*       height: 530px !important;*/
  /* Center vertically and horizontally */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 429px;
}
.subBrandVideos .thumbnailimage {
  width: 100% !important;
  height: auto;
}
.subBrandVideos .playVideoLink {
  position: relative;
  /*       margin-bottom: 20px;*/
  cursor: pointer;
  width: 100%;
  display: inherit;
  outline: none;
}
.subBrandVideos .AblemppVideoModal.modal-dialog {
  max-width: 795px;
}
.subBrandVideos .AblemppVideoModal.able-wrapper {
  max-width: 795px;
  margin-top: 0px !important;
  /*   background-color: red;*/
}
.subBrandVideos .AblemppVideoModal.modal-content {
  max-width: 795px;
  padding-top: 0px !important;
}
.subBrandVideos .popVideo object {
  width: 100%;
  object-fit: cover;
}
.subBrandVideos .popVideo .modal-content {
  background: transparent;
  border: none;
}
.subBrandVideos .popVideo .able {
  margin-top: 0;
}
.subBrandVideos .popVideo .modal-dialog {
  max-width: 768px;
}
.subBrandVideos .popVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
.subBrandVideos .popVideo .able-descriptions {
  width: 100%;
}
.subBrandVideos .popVideo .able-status-bar {
  padding-bottom: 25px;
}
.subBrandVideos .closeFeatures {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
.subBrandVideos .closeFeatures svg {
  margin-left: 0px;
  margin-top: 0px;
}
.subBrandVideos .closeFeatures svg path {
  fill: #66cc33;
  height: 25px;
}
.subBrandVideos .closeFeatures:focus {
  outline: solid;
  outline-width: 1px;
  color: #66cc33;
  background: rgba(0, 0, 0, 0.4);
}
.subBrandVideos .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}

#newRiderVideos {
  /* height: 432px  ;*/
}
#newRiderVideos .able-wrapper {
  margin: 0px !important;
  max-width: 100% !important;
}
#newRiderVideos .videoLink {
  width: 765px !important;
  height: 432px !important;
}
#newRiderVideos .thumbnailimage {
  width: 100% !important;
  height: auto;
}
#newRiderVideos .playVideoSvg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1;
}
#newRiderVideos .playVideoLink {
  /*  position: relative;*/
  margin-bottom: 20px;
  cursor: pointer;
  outline: none;
}
#newRiderVideos .AblemppVideoModal .modal-content {
  max-width: 795px;
  padding-top: 0px !important;
  width: 795px;
}
#newRiderVideos .AblemppVideoModal .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}

#hppVideo .VideoModalAble {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  color: #66cc33;
}
#hppVideo .VideoModalAble .close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
#hppVideo .modal-dialog {
  max-width: 1500px;
}
#hppVideo .modal-content {
  width: 900px !important;
}

#mppVideo .VideoModalAble {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  color: #66cc33;
}
#mppVideo .VideoModalAble .close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
#mppVideo .VideoModalAble .modal-content {
  width: 1500px !important;
}

.mpp {
  /*.heroBackground {
      background-color: $black !important;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: auto 100%;
      position: relative;

      .video-controls {
          position: absolute;
          top: 0px;
          right: 15px;
          z-index: 100;

          button {
              background: none;
              border: none;
          }

          svg {
              height: 40px;
              width: 40px;
          }
      }

      .video-container {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;*/
  /*vertical-align: middle;*/
  /*overflow: hidden;*/
  /*margin: 0 auto;*/
  /*video {
              display: block;
              min-height: 100%;
              min-width: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
          }
      }

      .container {
          position: relative;
          min-height: 500px;



          .disclaimer-desktop {
              position: absolute;
              bottom: 0px;
              left: 25px;
              color: $white;
          }
      }

      img {*/
  /*width: 100%;*/
  /*height: 150px;*/
  /*}
  }

  .heroCaption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: inherit;
      width: 40%;

      .headOne, .headFour, p {
          color: $white;
      }

      .headFour {
          font-weight: $font-weight-light;
          margin-top: 40px;
      }

      .mp3 {
          margin-top: 10px;
      }

      .disclaimer {
          color: $white;
      }
  }*/
  /*
      .mpp .mppVideoModal .close {
          position: absolute;
          z-index: 999999;
          top: 1%;
          right: 1.5%;
          font-size: 3rem;
          color: #66cc33;
      }

  */
}
.mpp .able-wrapper {
  height: 100%;
}
.mpp #btn-carryModal-close:focus {
  outline: 2px transparent solid;
  box-shadow: 0 0 0 2px #000000, 0 0 0 4px #66cc33, 0 0 4px 8px #000000;
}
.genericVideo {
  width: 100%;
}
.genericVideo .able-wrapper {
  height: auto;
}
.genericVideo .thumbnailimage {
  width: 100%;
}
.genericVideo .playVideoSvg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1;
}
.genericVideo .playVideoLink {
  /*    background-color: red;*/
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  outline: none;
}
.genericVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
.genericVideo .able-descriptions {
  width: 100%;
}
.genericVideo .able-status-bar {
  padding-bottom: 25px;
}
.genericVideo .modal-dialog {
  max-width: 768px;
}
.genericVideo .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
.genericVideo .buttons button {
  background-color: transparent;
  border-style: none;
  padding-right: 10px;
}

.videoContainer {
  position: relative;
  /*   margin-top: 65px;*/
  z-index: 0;
}

.videoContent {
  /*       padding: 30px;*/
}

.closefeaturesbutton {
  z-index: 999999 !important;
}

.closegallerybutton {
  z-index: 999999 !important;
}

.hideVideoButton {
  display: none !important;
}

.showVideoButton {
  display: block !important;
}

.videoWindowResults {
  width: 510px;
  background-color: transparent;
}

#ModalContainer {
  width: 720px;
  background-color: orange;
}

#SlideShowModals .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
#SlideShowModals .AblemppVideoModal.modal-dialog {
  max-width: 795px;
}
#SlideShowModals .AblemppVideoModal.able-wrapper {
  max-width: 795px;
  margin-top: 0px !important;
  /*  background-color: red;*/
}
#SlideShowModals .AblemppVideoModal.modal-content {
  max-width: 795px;
  padding-top: 0px !important;
}
#SlideShowModals .popVideo object {
  width: 100%;
  object-fit: cover;
}
#SlideShowModals .popVideo .modal-content {
  background: #262626;
}
#SlideShowModals .popVideo .able {
  margin-top: 0;
}
#SlideShowModals .popVideo .modal-dialog {
  max-width: 768px;
}
#SlideShowModals .popVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
#SlideShowModals .popVideo .able-descriptions {
  width: 100%;
}
#SlideShowModals .popVideo .able-status-bar {
  padding-bottom: 25px;
}

#gallery #videoGallery .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
#gallery #videoGallery .AblemppVideoModal.modal-dialog {
  max-width: 795px;
}
#gallery #videoGallery .AblemppVideoModal.able-wrapper {
  max-width: 795px;
  margin-top: 0px !important;
  /*   background-color: red;*/
}
#gallery #videoGallery .AblemppVideoModal.modal-content {
  /*            max-width: 795px;
  padding-top: 0px !important;*/
}
#gallery #videoGallery .popVideo object {
  width: 100%;
  object-fit: cover;
}
#gallery #videoGallery .popVideo .modal-content {
  background: transparent;
  border: none;
}
#gallery #videoGallery .popVideo .able {
  margin-top: 0;
}
#gallery #videoGallery .popVideo .modal-dialog {
  max-width: 768px;
}
#gallery #videoGallery .popVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
#gallery #videoGallery .popVideo .able-descriptions {
  width: 100%;
}
#gallery #videoGallery .popVideo .able-status-bar {
  padding-bottom: 25px;
}
#gallery .videoWindowResults {
  margin-top: -18px;
}
.TopFeaturesVideo {
  /* .videoContent {
      margin-right: 0px;
      margin-right: 0px;
      padding-right: 0px;
      padding-top: 0px;


      a {
          outline: 0 !important;
          border: none !important;
      }

      a:active, a:focus {
          outline: 0 !important;
          border: none !important;
          -moz-outline-style: none !important;
      }
  }

  .videoModalResults {
      width: 100%;
  }


  .able-wrapper {
      width: 100%;
      max-width: 768px !important;
      height: 500px;
  }*/
}
.TopFeaturesVideo .videoContent {
  min-height: Auto;
}

.safetyResourcesVideos {
  /*    height: 530px;*/
  /*    margin-top: -18px !important;*/
}
.safetyResourcesVideos .playVideoDiv {
  width: 50px;
  height: 50px;
  background-color: red;
}
.safetyResourcesVideos .playVideoSvg {
  width: 100px;
  height: 100px;
  position: absolute;
}
.safetyResourcesVideos .videoDivContainer {
  /*      position: absolute;*/
  margin-top: 0px !important;
  width: 100% !important;
  /*       height: 530px !important;*/
  /* Center vertically and horizontally */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 429px;
}
.safetyResourcesVideos .thumbnailimage {
  width: 100% !important;
  height: auto;
}
.safetyResourcesVideos .playVideoLink {
  position: relative;
  /*       margin-bottom: 20px;*/
  cursor: pointer;
  width: 100%;
  display: inherit;
  outline: none;
}
.safetyResourcesVideos .AblemppVideoModal.modal-dialog {
  max-width: 795px;
}
.safetyResourcesVideos .AblemppVideoModal.able-wrapper {
  max-width: 795px;
  margin-top: 0px !important;
  /*   background-color: red;*/
}
.safetyResourcesVideos .AblemppVideoModal.modal-content {
  max-width: 795px;
  padding-top: 0px !important;
}
.safetyResourcesVideos .popVideo object {
  width: 100%;
  object-fit: cover;
}
.safetyResourcesVideos .popVideo .modal-content {
  background: transparent;
  border: none;
}
.safetyResourcesVideos .popVideo .able {
  margin-top: 0;
}
.safetyResourcesVideos .popVideo .modal-dialog {
  max-width: 768px;
}
.safetyResourcesVideos .popVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
.safetyResourcesVideos .popVideo .able-descriptions {
  width: 100%;
}
.safetyResourcesVideos .popVideo .able-status-bar {
  padding-bottom: 25px;
}
.safetyResourcesVideos .closeFeatures {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
.safetyResourcesVideos .closeFeatures svg {
  margin-left: 0px;
  margin-top: 0px;
}
.safetyResourcesVideos .closeFeatures svg path {
  fill: #66cc33;
  height: 25px;
}
.safetyResourcesVideos .closeFeatures:focus {
  outline: solid;
  outline-width: 1px;
  color: #66cc33;
  background: rgba(0, 0, 0, 0.4);
}
.safetyResourcesVideos .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}

.hppVideos {
  /*    width: 100%;
  height: 433px;*/
}
.hppVideos .able-wrapper {
  height: auto;
}
.hppVideos .thumbnailimage {
  width: 100% !important;
  height: auto;
}
.hppVideos .playVideoSvg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1;
}
.hppVideos .playVideoLink {
  /*   background-color: red;*/
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  outline: none;
}
.hppVideos .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
.hppVideos .able-descriptions {
  width: 100%;
}
.hppVideos .able-status-bar {
  padding-bottom: 25px;
}
.hppVideos .modal-dialog {
  max-width: 768px;
}
.hppVideos .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}
.hppVideos .buttons button {
  background-color: transparent;
  border-style: none;
  padding-right: 10px;
}

.ableCloseWindow {
  position: relative;
  width: 510px;
}
.ableCloseWindow .able-wrapper {
  z-index: 0;
}
.ableCloseWindow video {
  display: block;
}
.ableCloseWindow .buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 900;
  width: 100%;
  text-align: right;
  color: green;
  padding-right: 5px;
  width: 25px;
}
.ableCloseWindow .buttons button {
  background-color: transparent;
  border-style: none;
  padding-right: 10px;
}
.ableCloseWindow .closeFeatures {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
.ableCloseWindow svg path {
  fill: #66cc33;
  height: 25px;
}

.ableCloseModalWindow {
  position: relative;
  /*  width: 768px;*/
}
.ableCloseModalWindow .able-wrapper {
  z-index: 0;
}
.ableCloseModalWindow video {
  display: block;
}
.ableCloseModalWindow .buttons {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 900;
  width: 100%;
  text-align: right;
  color: green;
  padding-right: 0px;
  width: 25px;
}
.ableCloseModalWindow .buttons button {
  background-color: transparent;
  border-style: none;
  padding-right: 10px;
}

.videoModalResults .able-wrapper {
  z-index: 1;
}

/*<button type="button" id="closebutton-@slides[i].SlideId-1" onclick="CloseHPPVideoByID(@slides[i].SlideId,1)" class="close btn-carryModal-close   " data-dismiss="modal" aria-label="Close @slides[i].CTA1Title Window" >*/
/*.main-modal-container-ableplayer {
    font-family: 'Poppins', sans-serif;
}

.main-modal-container-ableplayer .show-modal {
    color: #fff;
    background-color: #3a97c9;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    display: block;
}

.modal.fade .modal-dialog {
    transform: scale(0);
    transition: all 450ms cubic-bezier(.47, 1.64, .41, .8);
}

.modal.show .modal-dialog {
    transform: scale(1);
}


.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer {
    border-radius: 30px;
    border: none;
    overflow: hidden;
}

.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer .close {
    color: #747474;
    background-color: rgba(255, 255, 255, 0.5);
    height: 27px;
    width: 27px;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer .modal-body {
    padding: 0 !important;
}

.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer .modal-body-ableplayer .modal-imag-ableplayere img {
    height: 100%;
    width: 100%;
}

.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer .modal-body .content {
    padding: 35px 30px;
}

.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer .modal-body-ableplayer .title {
    color: #fb3640;
    font-family: 'Sacramento', cursive;
    font-size: 35px;
}


.main-modal-container-ableplayer .modal-dialog-ableplayer .modal-content-ableplayer .modal-body-ableplayer .sub-title-ableplayer {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
}
*/
@media (max-width: 575.98px) {
  #AccVideoGallery-mobile {
    margin-bottom: 80px;
    /* .able {
        margin: 0;
        box-shadow: none;

        .able-status-bar {
            padding: 0;
        }

        .able-big-play-button {
            height: 100% !important;
            width: 100% !important;
        }
    }*/
  }
  #AccVideoGallery-mobile .modal-dialog {
    max-width: 720px;
    margin-top: 100px !important;
  }
  #AccVideoGallery-mobile .modal-content {
    margin-top: 0px !important;
  }
  #AccVideoGallery-mobile .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #AccVideoGallery-mobile .photoRepeatContainer {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  #AccVideoGallery-mobile .photoRepeatContainer:hover img {
    opacity: 1;
  }
  #AccVideoGallery-mobile .photoRepeatContainer img {
    width: 100%;
    opacity: 0.7;
  }
  #AccVideoGallery-mobile .photoRepeatContainer .playSvg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -50px;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  #AccVideoGallery-mobile {
    margin-bottom: 80px;
    /* .able {
        margin: 0;
        box-shadow: none;

        .able-status-bar {
            padding: 0;
        }

        .able-big-play-button {
            height: 100% !important;
            width: 100% !important;
        }
    }*/
  }
  #AccVideoGallery-mobile .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #AccVideoGallery-mobile .modal-dialog {
    max-width: 720px;
    margin-top: 125px !important;
  }
  #AccVideoGallery-mobile .modal-content {
    margin-top: 0px !important;
  }
  #AccVideoGallery-mobile .photoRepeatContainer {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  #AccVideoGallery-mobile .photoRepeatContainer:hover img {
    opacity: 1;
  }
  #AccVideoGallery-mobile .photoRepeatContainer img {
    width: 100%;
    opacity: 0.7;
  }
  #AccVideoGallery-mobile .photoRepeatContainer .playSvg {
    margin-top: -69px !important;
    margin-left: -50px !important;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991.98px) {
  #AccVideoGallery-mobile {
    /*            margin-bottom: 80px;*/
    /*      .modal-dialog {
              max-width: 720px;
              margin-top: 0px !important;
          }

          .modal-content {
              margin-top: 0px !important;
          }*/
    /* .able {
        margin: 0;
        box-shadow: none;

        .able-status-bar {
            padding: 0;
        }

        .able-big-play-button {
            height: 100% !important;
            width: 100% !important;
        }
    }*/
  }
  #AccVideoGallery-mobile .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #AccVideoGallery-mobile .photoRepeatContainer {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  #AccVideoGallery-mobile .photoRepeatContainer:hover img {
    opacity: 1;
  }
  #AccVideoGallery-mobile .photoRepeatContainer img {
    width: 100%;
    opacity: 0.7;
  }
  #AccVideoGallery-mobile .photoRepeatContainer .playSvg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -67px;
    margin-left: -49px;
    z-index: 1;
  }
}
/*.kpoVideos {*/
/*    height: 530px;*/
/*    margin-top: -18px !important;*/
/*.playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
}

.playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
}



.videoDivContainer {*/
/*      position: absolute;*/
/*margin-top: 0px !important;
width: 100% !important;*/
/*       height: 530px !important;*/
/* Center vertically and horizontally */
/*display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 429px;
}

.thumbnailimage {
    width: 100% !important;
    height: auto;
}


.playVideoLink {
    position: relative;*/
/*       margin-bottom: 20px;*/
/*cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
}


.AblemppVideoModal.modal-dialog {
    max-width: 795px;
}

.AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;*/
/*   background-color: red;*/
/*}

    .AblemppVideoModal.modal-content {
        max-width: 795px;
        padding-top: 0px !important;
    }

    .popVideo object {
        width: 100%;
        object-fit: cover;
    }

    .popVideo .modal-content {
        background: transparent;
        border: none;
    }

    .popVideo .able {
        margin-top: 0;
    }

    .popVideo .modal-dialog {
        max-width: 768px;
    }

    .popVideo .able-wrapper {
        width: 100%;
        max-width: 768px !important;
        height: 500px;
    }

    .popVideo .able-descriptions {
        width: 100%;
    }

    .popVideo .able-status-bar {
        padding-bottom: 25px;
    }

    .closeFeatures {
        cursor: pointer;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 100;

        svg {
            margin-left: 0px;
            margin-top: 0px;
        }

        svg path {
            fill: $green;
            height: 25px;
        }
    }

    .closeFeatures:focus {
        outline: solid;
        outline-width: 1px;
        color: $green;
        background: rgba(0, 0, 0, 0.4);
    }

    .btn-carryModal-close {
        position: absolute;
        z-index: 999999;
        top: 1%;
        right: 1.5%;
        font-size: 3rem;
        color: #66cc33;
    }
}*/
#PerformanceOilvideoGallery .playVideoLink {
  position: relative;
  /*       margin-bottom: 20px;*/
  cursor: pointer;
  width: 100%;
  display: inherit;
  outline: none;
}

.kpoVideos {
  /*    height: 530px;*/
  /*    margin-top: -18px !important;*/
}
.kpoVideos .playVideoBack {
  max-width: 100%;
}
.kpoVideos .playVideoDiv {
  width: 50px;
  height: 50px;
  background-color: red;
}
.kpoVideos .playVideoSvg {
  width: 100px;
  height: 100px;
  position: absolute;
}
.kpoVideos .videoDivContainer {
  /*      position: absolute;*/
  margin-top: 0px !important;
  width: 100% !important;
  /*       height: 530px !important;*/
  /* Center vertically and horizontally */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /*  min-height: 429px;*/
}
.kpoVideos .thumbnailimage {
  width: 100% !important;
  height: auto;
}
.kpoVideos .AblemppVideoModal.modal-dialog {
  max-width: 795px;
}
.kpoVideos .AblemppVideoModal.able-wrapper {
  max-width: 795px;
  margin-top: 0px !important;
  /*   background-color: red;*/
}
.kpoVideos .AblemppVideoModal.modal-content {
  max-width: 795px;
  padding-top: 0px !important;
}
.kpoVideos .popVideo object {
  width: 100%;
  object-fit: cover;
}
.kpoVideos .popVideo .modal-content {
  background: transparent;
  border: none;
}
.kpoVideos .popVideo .able {
  margin-top: 0;
}
.kpoVideos .popVideo .modal-dialog {
  max-width: 768px;
}
.kpoVideos .popVideo .able-wrapper {
  width: 100%;
  max-width: 768px !important;
  height: 500px;
}
.kpoVideos .popVideo .able-descriptions {
  width: 100%;
}
.kpoVideos .popVideo .able-status-bar {
  padding-bottom: 25px;
}
.kpoVideos .closeFeatures {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
.kpoVideos .closeFeatures svg {
  margin-left: 0px;
  margin-top: 0px;
}
.kpoVideos .closeFeatures svg path {
  fill: #66cc33;
  height: 25px;
}
.kpoVideos .closeFeatures:focus {
  outline: solid;
  outline-width: 1px;
  color: #66cc33;
  background: rgba(0, 0, 0, 0.4);
}
.kpoVideos .btn-carryModal-close {
  position: absolute;
  z-index: 999999;
  top: 1%;
  right: 1.5%;
  font-size: 3rem;
  color: #66cc33;
}

@media (max-width: 575.98px) {
  .able-button-handler-fullscreen {
    display: none !important;
  }
  .ablethumb img {
    max-width: 100%;
  }
  .genericVideo {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .genericVideo .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .genericVideo .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .genericVideo .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .genericVideo .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .genericVideo .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .genericVideo .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .genericVideo .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .genericVideo .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .genericVideo .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .genericVideo .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .genericVideo .popVideo .able {
    margin-top: 0;
  }
  .genericVideo .popVideo .modal-dialog {
    max-width: 768px;
  }
  .genericVideo .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .genericVideo .popVideo .able-descriptions {
    width: 100%;
  }
  .genericVideo .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .genericVideo .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .genericVideo .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .genericVideo .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .genericVideo .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .genericVideo .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .kpoVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .kpoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .kpoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .kpoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .kpoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .kpoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .kpoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .kpoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .kpoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .kpoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .kpoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .kpoVideos .popVideo .able {
    margin-top: 0;
  }
  .kpoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .kpoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .kpoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .kpoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .kpoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .kpoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .kpoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .kpoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .kpoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .subBrandVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .subBrandVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .subBrandVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .subBrandVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .subBrandVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .subBrandVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .subBrandVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .subBrandVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .subBrandVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .subBrandVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .subBrandVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .subBrandVideos .popVideo .able {
    margin-top: 0;
  }
  .subBrandVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .subBrandVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .subBrandVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .subBrandVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .subBrandVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .subBrandVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .subBrandVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .subBrandVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .subBrandVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .promoVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .promoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .promoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .promoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .promoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .promoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .promoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .promoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .promoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .promoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .promoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .promoVideos .popVideo .able {
    margin-top: 0;
  }
  .promoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .promoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .promoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .promoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .promoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .promoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .promoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .promoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .promoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #newRiderVideos {
    /*        height: 430px !important;*/
    /*margin-top: -18px !important;*/
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #newRiderVideos .thumbnailDiv {
    width: 456px !important;
    position: absolute !important;
  }
  #newRiderVideos .videoDiv {
    width: 456px !important;
  }
  #newRiderVideos .playVideoSvg {
    position: absolute !important;
    /* top: 0px !important; */
    /* left: 50% !important; */
    /* margin-top: 40% !important; */
    z-index: 1 !important;
  }
  #newRiderVideos .playVideoLink {
    /*     position: relative;*/
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
  }
  #newRiderVideos .videoDivContainer {
    position: relative;
    margin-top: 0px !important;
    width: 100% !important;
    /* height: 530px !important; */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #newRiderVideos .thumbnailimage {
    width: 100% !important;
    height: auto !important;
  }
  #newRiderVideos .AblemppVideoModal .modal-content {
    max-width: 432px !important;
    padding-top: 0px !important;
    width: 400px !important;
    height: 300px !important;
  }
  #newRiderVideos .AblemppVideoModal .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .safetyResourcesVideos {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .safetyResourcesVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .safetyResourcesVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .safetyResourcesVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .safetyResourcesVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .safetyResourcesVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .safetyResourcesVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .safetyResourcesVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .safetyResourcesVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .safetyResourcesVideos .popVideo .able {
    margin-top: 0;
  }
  .safetyResourcesVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .safetyResourcesVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .safetyResourcesVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .safetyResourcesVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .safetyResourcesVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .safetyResourcesVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .safetyResourcesVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .safetyResourcesVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .safetyResourcesVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
}
@media (max-width: 767.98px) {
  .able-button-handler-fullscreen {
    display: none !important;
  }
  .modal-content {
    margin-top: 175px;
  }
  .ablethumb img {
    max-width: 100%;
  }
  .genericVideo {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .genericVideo .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .genericVideo .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .genericVideo .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .genericVideo .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .genericVideo .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .genericVideo .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .genericVideo .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .genericVideo .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .genericVideo .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .genericVideo .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .genericVideo .popVideo .able {
    margin-top: 0;
  }
  .genericVideo .popVideo .modal-dialog {
    max-width: 768px;
  }
  .genericVideo .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .genericVideo .popVideo .able-descriptions {
    width: 100%;
  }
  .genericVideo .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .genericVideo .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .genericVideo .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .genericVideo .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .genericVideo .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .genericVideo .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .kpoVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .kpoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .kpoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .kpoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .kpoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .kpoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .kpoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .kpoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .kpoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .kpoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .kpoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .kpoVideos .popVideo .able {
    margin-top: 0;
  }
  .kpoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .kpoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .kpoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .kpoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .kpoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .kpoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .kpoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .kpoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .kpoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .subBrandVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .subBrandVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .subBrandVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .subBrandVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .subBrandVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .subBrandVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .subBrandVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .subBrandVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .subBrandVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .subBrandVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .subBrandVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .subBrandVideos .popVideo .able {
    margin-top: 0;
  }
  .subBrandVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .subBrandVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .subBrandVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .subBrandVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .subBrandVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .subBrandVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .subBrandVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .subBrandVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .subBrandVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .promoVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .promoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .promoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .promoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .promoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .promoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .promoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .promoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .promoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .promoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .promoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .promoVideos .popVideo .able {
    margin-top: 0;
  }
  .promoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .promoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .promoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .promoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .promoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .promoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .promoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .promoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .promoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #newRiderVideos {
    /*        height: 430px !important;*/
    /*margin-top: -18px !important;*/
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #newRiderVideos .thumbnailDiv {
    width: 456px !important;
    position: absolute !important;
  }
  #newRiderVideos .videoDiv {
    width: 456px !important;
  }
  #newRiderVideos .playVideoSvg {
    position: absolute !important;
    /* top: 0px !important; */
    /* left: 50% !important; */
    /* margin-top: 40% !important; */
    z-index: 1 !important;
  }
  #newRiderVideos .playVideoLink {
    /*     position: relative;*/
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
  }
  #newRiderVideos .videoDivContainer {
    position: relative;
    margin-top: 0px !important;
    width: 100% !important;
    /* height: 530px !important; */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #newRiderVideos .thumbnailimage {
    width: 100% !important;
    height: auto !important;
  }
  #newRiderVideos .AblemppVideoModal .modal-content {
    max-width: 432px !important;
    padding-top: 0px !important;
    width: 400px !important;
    height: 300px !important;
  }
  #newRiderVideos .AblemppVideoModal .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .safetyResourcesVideos {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .safetyResourcesVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .safetyResourcesVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .safetyResourcesVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .safetyResourcesVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .safetyResourcesVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .safetyResourcesVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .safetyResourcesVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .safetyResourcesVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .safetyResourcesVideos .popVideo .able {
    margin-top: 0;
  }
  .safetyResourcesVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .safetyResourcesVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .safetyResourcesVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .safetyResourcesVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .safetyResourcesVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .safetyResourcesVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .safetyResourcesVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .safetyResourcesVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .safetyResourcesVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
}
@media (max-width: 991.98px) {
  .able-button-handler-fullscreen {
    display: none !important;
  }
  #AccVideoGallery {
    margin-bottom: 80px;
    max-width: 50%;
    /* .able {
        margin: 0;
        box-shadow: none;

        .able-status-bar {
            padding: 0;
        }

        .able-big-play-button {
            height: 100% !important;
            width: 100% !important;
        }
    }*/
  }
  #AccVideoGallery .modal-dialog {
    max-width: 720px;
  }
  #AccVideoGallery .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #AccVideoGallery .photoRepeatContainer {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  #AccVideoGallery .photoRepeatContainer:hover img {
    opacity: 1;
  }
  #AccVideoGallery .photoRepeatContainer img {
    width: 100%;
    opacity: 0.7;
  }
  #AccVideoGallery .photoRepeatContainer .playSvg {
    margin-top: -67px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    /*    width: 75px;
    height: 75px;*/
  }
  .genericVideo {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .genericVideo .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .genericVideo .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .genericVideo .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .genericVideo .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .genericVideo .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .genericVideo .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .genericVideo .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .genericVideo .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .genericVideo .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .genericVideo .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .genericVideo .popVideo .able {
    margin-top: 0;
  }
  .genericVideo .popVideo .modal-dialog {
    max-width: 768px;
  }
  .genericVideo .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .genericVideo .popVideo .able-descriptions {
    width: 100%;
  }
  .genericVideo .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .genericVideo .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .genericVideo .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .genericVideo .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .genericVideo .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .genericVideo .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .kpoVideos {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .kpoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .kpoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .kpoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .kpoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .kpoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .kpoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .kpoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .kpoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .kpoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .kpoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .kpoVideos .popVideo .able {
    margin-top: 0;
  }
  .kpoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .kpoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .kpoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .kpoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .kpoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .kpoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .kpoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .kpoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .kpoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .subBrandVideos {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .subBrandVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .subBrandVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .subBrandVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .subBrandVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .subBrandVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .subBrandVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .subBrandVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .subBrandVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .subBrandVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .subBrandVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .subBrandVideos .popVideo .able {
    margin-top: 0;
  }
  .subBrandVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .subBrandVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .subBrandVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .subBrandVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .subBrandVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .subBrandVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .subBrandVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .subBrandVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .subBrandVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .promoVideos {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .promoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .promoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .promoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .promoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .promoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .promoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .promoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .promoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .promoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .promoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .promoVideos .popVideo .able {
    margin-top: 0;
  }
  .promoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .promoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .promoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .promoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .promoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .promoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .promoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .promoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .promoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #newRiderVideos {
    /*        height: 430px !important;*/
    /*margin-top: -18px !important;*/
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #newRiderVideos .thumbnailDiv {
    width: 456px !important;
    position: absolute !important;
  }
  #newRiderVideos .videoDiv {
    width: 456px !important;
  }
  #newRiderVideos .playVideoSvg {
    position: absolute !important;
    /* top: 0px !important; */
    /* left: 50% !important; */
    /* margin-top: 40% !important; */
    z-index: 1 !important;
  }
  #newRiderVideos .playVideoLink {
    /*     position: relative;*/
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
  }
  #newRiderVideos .videoDivContainer {
    position: relative;
    margin-top: 0px !important;
    width: 100% !important;
    /* height: 530px !important; */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #newRiderVideos .thumbnailimage {
    width: 100% !important;
    height: auto !important;
  }
  #newRiderVideos .AblemppVideoModal .modal-content {
    max-width: 432px !important;
    padding-top: 0px !important;
    width: 400px !important;
    height: 300px !important;
  }
  #newRiderVideos .AblemppVideoModal .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .safetyResourcesVideos {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .safetyResourcesVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .safetyResourcesVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .safetyResourcesVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .safetyResourcesVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .safetyResourcesVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .safetyResourcesVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .safetyResourcesVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .safetyResourcesVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .safetyResourcesVideos .popVideo .able {
    margin-top: 0;
  }
  .safetyResourcesVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .safetyResourcesVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .safetyResourcesVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .safetyResourcesVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .safetyResourcesVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .safetyResourcesVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .safetyResourcesVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .safetyResourcesVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .safetyResourcesVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  /*
          #AccVideoGallery-mobile-Orig {



              .playSvg {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  margin-top: -50px;
                  margin-left: -50px;
                  z-index: 1;
              }

              .ablethumb {


                  img {
                      max-width: 100%
                  }
              }
          }*/
}
@media (max-width: 1199.98px) {
  .genericVideo {
    width: inherit;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .genericVideo .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .genericVideo .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .genericVideo .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .genericVideo .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .genericVideo .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .genericVideo .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .genericVideo .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .genericVideo .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .genericVideo .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .genericVideo .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .genericVideo .popVideo .able {
    margin-top: 0;
  }
  .genericVideo .popVideo .modal-dialog {
    max-width: 768px;
  }
  .genericVideo .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .genericVideo .popVideo .able-descriptions {
    width: 100%;
  }
  .genericVideo .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .genericVideo .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .genericVideo .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .genericVideo .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .genericVideo .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .genericVideo .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .kpoVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .kpoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .kpoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .kpoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .kpoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .kpoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .kpoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .kpoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .kpoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .kpoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .kpoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .kpoVideos .popVideo .able {
    margin-top: 0;
  }
  .kpoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .kpoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .kpoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .kpoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .kpoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .kpoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .kpoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .kpoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .kpoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .subBrandVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .subBrandVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .subBrandVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .subBrandVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .subBrandVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .subBrandVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .subBrandVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .subBrandVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .subBrandVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .subBrandVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .subBrandVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .subBrandVideos .popVideo .able {
    margin-top: 0;
  }
  .subBrandVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .subBrandVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .subBrandVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .subBrandVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .subBrandVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .subBrandVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .subBrandVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .subBrandVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .subBrandVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  #newRiderVideos {
    /*        height: 430px !important;*/
    /*margin-top: -18px !important;*/
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #newRiderVideos .thumbnailDiv {
    width: 456px !important;
    position: absolute !important;
  }
  #newRiderVideos .videoDiv {
    width: 456px !important;
  }
  #newRiderVideos .playVideoSvg {
    position: absolute !important;
    /* top: 0px !important; */
    /* left: 50% !important; */
    /* margin-top: 40% !important; */
    z-index: 1 !important;
  }
  #newRiderVideos .playVideoLink {
    /*     position: relative;*/
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
  }
  #newRiderVideos .videoDivContainer {
    position: relative;
    margin-top: 0px !important;
    width: 100% !important;
    /* height: 530px !important; */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #newRiderVideos .thumbnailimage {
    width: 100% !important;
    height: auto !important;
  }
  #newRiderVideos .AblemppVideoModal .modal-content {
    max-width: 432px !important;
    padding-top: 0px !important;
    width: 400px !important;
    height: 300px !important;
  }
  #newRiderVideos .AblemppVideoModal .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .promoVideos {
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .promoVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .promoVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .promoVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .promoVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .promoVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .promoVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .promoVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .promoVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .promoVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .promoVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .promoVideos .popVideo .able {
    margin-top: 0;
  }
  .promoVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .promoVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .promoVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .promoVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .promoVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .promoVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .promoVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .promoVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .promoVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
  .safetyResourcesVideos {
    width: 100%;
    height: inherit;
    /*    .playVideoSvg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 1;
    }*/
    /*    .AblemppVideoModal {

        .modal-content {
            max-width: 795px;
            padding-top: 0px !important;
            width: 795px;
        }

        .btn-carryModal-close {
            position: absolute;
            z-index: 999999;
            top: 1%;
            right: 1.5%;
            font-size: 3rem;
            color: #66cc33;
        }
    }*/
  }
  .safetyResourcesVideos .playVideoDiv {
    width: 50px;
    height: 50px;
    background-color: red;
  }
  .safetyResourcesVideos .playVideoSvg {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .safetyResourcesVideos .videoDivContainer {
    /*      position: absolute;*/
    margin-top: 0px !important;
    width: 100% !important;
    /*       height: 530px !important;*/
    /* Center vertically and horizontally */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 166px;
  }
  .safetyResourcesVideos .thumbnailimage {
    width: 100% !important;
    height: auto;
  }
  .safetyResourcesVideos .playVideoLink {
    position: relative;
    /*       margin-bottom: 20px;*/
    cursor: pointer;
    width: 100%;
    display: inherit;
    outline: none;
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-dialog {
    max-width: 795px;
  }
  .safetyResourcesVideos .AblemppVideoModal.able-wrapper {
    max-width: 795px;
    margin-top: 0px !important;
    /*   background-color: red;*/
  }
  .safetyResourcesVideos .AblemppVideoModal.modal-content {
    max-width: 795px;
    padding-top: 0px !important;
  }
  .safetyResourcesVideos .popVideo object {
    width: 100%;
    object-fit: cover;
  }
  .safetyResourcesVideos .popVideo .modal-content {
    background: transparent;
    border: none;
  }
  .safetyResourcesVideos .popVideo .able {
    margin-top: 0;
  }
  .safetyResourcesVideos .popVideo .modal-dialog {
    max-width: 768px;
  }
  .safetyResourcesVideos .popVideo .able-wrapper {
    width: 100%;
    max-width: 768px !important;
    height: 500px;
  }
  .safetyResourcesVideos .popVideo .able-descriptions {
    width: 100%;
  }
  .safetyResourcesVideos .popVideo .able-status-bar {
    padding-bottom: 25px;
  }
  .safetyResourcesVideos .closeFeatures {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }
  .safetyResourcesVideos .closeFeatures svg {
    margin-left: 0px;
    margin-top: 0px;
  }
  .safetyResourcesVideos .closeFeatures svg path {
    fill: #66cc33;
    height: 25px;
  }
  .safetyResourcesVideos .closeFeatures:focus {
    outline: solid;
    outline-width: 1px;
    color: #66cc33;
    background: rgba(0, 0, 0, 0.4);
  }
  .safetyResourcesVideos .btn-carryModal-close {
    position: absolute;
    z-index: 999999;
    top: 1%;
    right: 1.5%;
    font-size: 3rem;
    color: #66cc33;
  }
}
