@media (max-width: 767px) {
    .slide.bg-section {
        background-position: 75% center !important;
        background-size: cover !important;
        min-height: 450px;
    }
}

.ozel-video-kutu {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 50px;
  margin-bottom: -100px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}
.ozel-video-kutu .ozel-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.ozel-video-kutu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.ozel-video-kutu .ozel-video-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .ozel-video-kutu {
    height: 200px;
    margin-top: 30px;
    margin-bottom: -60px;
  }
  .ozel-video-kutu .ozel-video-btn {
    bottom: 15px;
    left: 15px;
  }
}
