/*
Theme Name: Izavera Suites
Theme URI: https://izaversuites.com
Author: Izavera Suites
Description: Custom one-page luxury suites theme for Izavera Suites, Heraklion. Urban living, Cretan soul.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: izavera
*/

 /*   .hero-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
*/
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.video-controls button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.video-controls button:hover {
  background: rgba(0,0,0,0.7);
}

@media (max-width: 767px) {
  .video-controls {
    display: flex;
    bottom: 20px;
    right: 20px;
    transform: scale(0.9);
  }
}/* End custom CSS */
@media only screen  and (max-width: 767px) {
  .mobile_relative {
    position: relative!important;
    left:0!important;
    top:0!important;
  }
}