.videoblock .bg_video {
  object-fit: cover;
}
.video-popup {
  z-index: 1000;
}
.videoblock__btn div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 250px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
}
.videoblock__btn div svg {
  transform: rotate(-135deg);
}
#video1, #video2 {
  display: none;
}
