.fancybox__content{
	background: none !important;
}

.short-video {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  min-height: 520px;
}

@media (any-hover: hover) {
  .short-video:hover .short-video__play {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
  }
}

.short-video__cover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.short-video__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
}

.short-video__play {
  align-items: center;
  background-color: var(--brand-blue);
  border-radius: 50%;
  display: flex;
  flex: 0 0 72px;
  height: 72px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: transform 0.3s ease;
  width: 72px;
  z-index: 1;
}

.short-video__play img {
  flex: 0 0 22px;
  left: 4px;
  position: relative;
  width: 22px;
}

.short-video__text {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

@media (min-width: 425px) and (max-width: 768px) {
  .block__video-short{
    height: inherit;
    min-height: 50vw;
  }
}

.block__picture.block__picture--psize-small{
  padding-top: 32px; 
  padding-right: 29px; 
  padding-bottom: 32px; 
  padding-left: 29px; 
  border-radius: 20px;
}
.block__picture.block__picture--pcolor-grey{background-color: #F0F2F8;}
.block__picture.block__picture--pcolor-white{background-color: #FFF;}
.block__picture.block__picture--pcolor-dark-blue{background-color: #2B2B69;}