.gallery__video-btn {
  background: 
    linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%),
    radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: #584D3E;
  border: none;
  padding: 16px 13px 17.5px 17px;
  border-radius: 66px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.5px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 128%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.gallery__video-btn span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.gallery__video-btn svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 900px) {
  .gallery__video-btn {
    padding: 11px 10px 12px 12px;
  }

  .gallery__video-btn span {
    font-size: 8px;
  }

  .gallery__video-btn svg {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 700px) {
  .gallery__video-btn {
    margin-right: 12px;
    padding: 10px 9px 11px 10px;
  }

  .gallery__video-btn span {
    font-size: 7px;
  }

  .gallery__video-btn svg {
    width: 10px;
    height: 10px;
  }
}
