.insight-img {
  position: relative;
  cursor: pointer;
  height: 100%; }
  .insight-img .video-thumb-image {
    height: 100%; }
    .insight-img .video-thumb-image.loaded {
      display: block;
      visibility: visible;
      opacity: 1; }
      .insight-img .video-thumb-image.loaded::before, .insight-img .video-thumb-image.loaded::after {
        display: none; }
      .insight-img .video-thumb-image.loaded iframe {
        display: block;
        visibility: visible;
        opacity: 1; }
    .insight-img .video-thumb-image iframe {
      display: none;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .insight-img .video-thumb-image.loading:before {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      border-radius: 100%;
      border: 5px solid;
      border-top-color: #B58412;
      border-bottom-color: #004986;
      border-left-color: #B58412;
      border-right-color: #004986;
      -webkit-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
      width: 60px;
      height: 60px;
      margin: -29px 0 0 -26px;
      -webkit-transition: none;
      transition: none;
      background-image: none; }
    .insight-img .video-thumb-image.loading::after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      background-color: rgba(37, 32, 32, 0.4);
      background-image: none;
      margin: 0px;
      -webkit-transition: none;
      transition: none;
      transition: none; }
    .insight-img .video-thumb-image::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 62px;
      height: 62px;
      background-image: url("../../images/settings/play-icon.svg");
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 9; }
      @media print, screen and (min-width: 64em) {
        .insight-img .video-thumb-image::before {
          width: 85px;
          height: 85px; } }
      @media screen and (min-width: 85em) {
        .insight-img .video-thumb-image::before {
          width: 125px;
          height: 125px; } }
    .insight-img .video-thumb-image::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.39); }
    .insight-img .video-thumb-image:hover::before {
      transform: scale(0.85); }
    .insight-img .video-thumb-image:hover::after {
      opacity: 0; }
    .insight-img .video-thumb-image:hover img {
      transform: scale(1.2); }
