.paragraph--type--slider li {
  width: 100%;
  height: 80vh;
}
.medmaeli .views-row-wrapper {
  width: 100%;
}
.paragraph--type--slider img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.paragraph--type--slider li:nth-child(3) img {
  object-position: 50% 60%;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -28px;
}

.owl-nav button {
  position: absolute;
}

.owl-nav button:nth-child(1) {
  left: 32px;
}

.owl-nav button:nth-child(1) span {
  text-indent: -2px;
}

.owl-nav button:nth-child(2) span {
  text-indent: 2px;
}

.owl-nav button:nth-child(2) {
  right: 32px;
}

.owl-nav button span {
  width: 56px;
  height: 56px;
  font-size: 42px;
  display: inline-block;
  line-height: 46px;
  border-radius: 56px;
  background-color: rgba(255,255,255,0.5);
  color: #7e7e7e;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.owl-nav button:active, 
.owl-nav button:focus,
.owl-dots button:active,
.owl-dots button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.paragraph--type--slider:hover .owl-nav button span {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}

.owl-dots button {
  background: #ffffff !important;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin: 0 8px;
}

.owl-dots button.active {
  background: #2bb0ed !important;
}



