.intec-video-item.standard .blocks-standard-1 .video-js {
  position: absolute;
}
.intec-video-item.standard .blocks-standard-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.intec-video-item.standard .blocks-standard-1 .video-js video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-big-play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: 57% center;
  background-color: var(--color-primary-base);
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.17492 1.15485L14.5269 7.27752C15.8362 8.05086 15.8362 9.94686 14.5269 10.7202L4.17492 16.8429C2.84158 17.6322 1.15625 16.6695 1.15625 15.1202V2.87752C1.15625 1.32819 2.84158 0.36552 4.17492 1.15485Z" fill="white" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  inset: 0px;
  border-radius: 50%;
  border-color: var(--color-primary-base);
  margin: auto;
  transition: var(--duration-base);
}
@media (max-width: 768px) {
  .intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-big-play-button {
    width: 48px;
    height: 48px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.17492 1.15485L14.5269 7.27752C15.8362 8.05086 15.8362 9.94686 14.5269 10.7202L4.17492 16.8429C2.84158 17.6322 1.15625 16.6695 1.15625 15.1202V2.87752C1.15625 1.32819 2.84158 0.36552 4.17492 1.15485Z" fill="white" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-progress-control {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-progress-control .vjs-play-progress {
  background-color: var(--color-primary-base);
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 25%;
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-remaining-time {
  margin-left: auto;
}
.intec-video-item.standard .blocks-standard-1 .vjs-theme-intec .vjs-volume-control {
  width: 5.5em !important;
}
.intec-video-item.standard .blocks-standard-1 .all {
  font-size: 0;
}
.intec-video-item.standard .blocks-standard-1 .all a {
  text-decoration: none;
}
.intec-video-item.standard .blocks-standard-1 .desktop {
  display: block;
  font-size: 0;
}
.intec-video-item.standard .blocks-standard-1 .mobile {
  display: none;
}
.intec-video-item.standard .blocks-standard-1 .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.intec-video-item.standard .blocks-standard-1 .item:hover {
  transition: var(--duration-base);
  cursor: pointer;
}
.intec-video-item.standard .blocks-standard-1 .item:hover .vjs-big-play-button {
  transform: scale(1.1);
  background-color: var(--color-primary-bright);
  border-color: var(--color-primary-bright);
}
.intec-video-item.standard .blocks-standard-1 .item-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  border-radius: 2px;
}
.intec-video-item.standard .blocks-standard-1 .item-picture picture {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.intec-video-item.standard .blocks-standard-1 .item-picture picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .intec-video-item.standard .blocks-standard-1 .item-picture picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .intec-video-item.standard .blocks-standard-1 .item-picture {
    padding-top: 50%;
  }
}
@media (max-width: 500px) {
  .intec-video-item.standard .blocks-standard-1 .item-picture {
    padding-top: 85%;
  }
}
@media (max-width: 1024px) {
  .intec-video-item.standard .blocks-standard-1 .item {
    height: unset !important;
  }
}
.intec-video-item.standard .blocks-standard-1 .play {
  z-index: 55;
  position: absolute;
  top: calc(50% - 55px);
  fill: transparent;
  stroke: #fff;
  transition: transform, var(--duration-base);
  width: 135px;
  height: 135px;
}
.intec-video-item.standard .blocks-standard-1:hover .play {
  transform: scale(1.2);
}
@media (max-width: 500px) {
  .intec-video-item.standard .blocks-standard-1 .desktop {
    display: none;
  }
  .intec-video-item.standard .blocks-standard-1 .mobile {
    display: block;
    font-size: 0;
  }
  .intec-video-item.standard .blocks-standard-1 .play {
    top: calc(50% - 35px);
    width: 75px;
    height: 75px;
  }
}

/*# sourceMappingURL=style.css.map */
