.pushVideo {
  /* max-width: 1920px; */
  margin: 0 auto;
}
.pushVideo__content {
  position: relative;
  width: 100%;
}

.pushVideo__video {
  width: 100%;
  height: auto;
  display: block;
  min-height: 640px;
  object-fit: cover;
  object-position: center;
}

.pushVideo__btn {
  color: #212223;
  font-family: "TT Interfaces";
  font-size: 26.776px;
  font-style: normal;
  font-weight: 500;
  line-height: 113.1%;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 18px 40px;
  background: #ffffff;
  border-radius: 66.9409px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  z-index: 999;
}
.pushVideo__btn:hover {
  background-color: #fa4515;
  color: white;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

@media screen and (max-width: 1170px) {
  .pushVideo__btn {
    font-size: 22.776px;

    padding: 18px 25px;
  }
}

@media screen and (max-width: 640px) {
  .pushVideo__btn {
    font-size: 18px;
    width: max-content;
    padding: 11px 25px;
  }
}
