/*
 Theme Name:   Adjust Digital
 Theme URI:    https://adjustdigital.com
 Description:  Custom theme for Adjust Digital
 Author:       Kenneth Rasmussen
 Author URI:   https://KRGrafik.dk
 Template:     flatsome
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  flatsome
*/

.adjust-video {
  position: relative;
}

.adjust-video-none video {
  width: 100%;
  height: auto;
  display: block;
}

.adjust-video-none--youtube {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.adjust-video-none--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.adjust-video img {
  width: 100%;
  height: auto;
  display: block;
}

.adjust-video__content img.adjust-video__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.adjust-video__content {
  position: absolute;
  background: #000;
}

.adjust-video__content video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.adjust-video__content iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
}

.adjust-video__content--desktop {
  top: 11.5%;
  right: 0.2%;
  left: 0.2%;
  bottom: 26.1%;
}

.adjust-video__content--tablet {
  top: 10.3%;
  left: 0.4%;
  right: 0.4%;
  bottom: 9.25%;
}

.adjust-video__content--laptop {
  top: 6.4%;
  left: 9.9%;
  right: 9.5%;
  bottom: 2.9%;
}

.adjust-video__content--phone {
  top: 9.9%;
  left: 0.6%;
  right: 0.7%;
  bottom: 11.4%;
}

.adjust-video__content--phone-9-16 {
  top: 8.6%;
  left: 0.8%;
  right: 0.81%;
  bottom: 10%;
}

.adjust-video__content--desktop-16-9 {
  top: 10.4%;
  right: 0.2%;
  left: 0.2%;
  bottom: 23.9%;
}

.adjust-video__content--laptop-16-9 {
  top: 7%;
  left: 9.9%;
  right: 9.5%;
  bottom: 3.3%;
}

.adjust-video__content--phone-3-6 {
  top: 7.8%;
  left: 0.7%;
  right: 0.7%;
  bottom: 9.1%;
}

.adjust-video__content--laptop-93-60 {
  top: 6.15%;
  left: 9.9%;
  right: 9.5%;
  bottom: 2.9%;
}

.adjust-video__content--desktop-93-60 {
  top: 9.55%;
  right: 0.2%;
  left: 0.2%;
  bottom: 21.76%;
}

.adjust-video__content--phone-1-1 {
  top: 19.6%;
  left: 6.6%;
  right: 7.4%;
  bottom: 40.3%;
}

.adjust-video__content--phone-4-5 {
  top: 22.2%;
  left: 0.8%;
  right: 0.81%;
  bottom: 20.5%;
}