.doctor__photo {
  position: relative;
}
.doctor__photo .vkVideoPlay {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 20px;
  bottom: 20px;
}
.doctor__photo .vkVideoPlay svg {
  width: 100%;
  height: 100%;
}

.mfp-iframe-holder .mfp-content {
  border-radius: 24px;
  overflow: hidden;
}
.mfp-iframe-holder .mfp-close {
  top: 10px;
  right: 20px;
}

@media (max-width: 820px) {
  .doctor__photo .vkVideoPlay {
    width: 48px;
    height: 48px;
    left: 10px;
    bottom: 10px;
  }
}
