.slider-image {
  width: 750px;
  height: 450px !important;
  object-fit: cover;
  object-position: center;
}

.subdomain .slider-image {
  width: 100%;
  height: 600px !important;
}
.category-image {
  width: 100%;
  height: 216px;
  object-fit: cover;
  object-position: center;
}

article h2 span.languages {
  margin-left: 10px;
  border-left: 1px solid #006fb4;
}

article h2 span.languages a {
  padding: 0 10px;
}

.galleries .item img,
.videos .item img {
  height: 154.41px;
  object-fit: cover;
  object-position: center;
}

#foto-servis img {
  height: 400px;
  width: 360px;
  object-position: center;
  object-fit: cover;
}

.connected-news {
  display: flex;
  width: 100%;
  flex-direction: row;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px;
}

.connected-news img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}

.connected-news-text-holder,
.connected-news-text-holder:hover {
  text-decoration: none;
}
.connected-news-text-holder strong,
.connected-news-text-holder h3 {
  color: black;
  transition: 0.3s;
}

.connected-news-text-holder h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.connected-news-text-holder strong:hover + h3,
.connected-news-text-holder h3:hover {
  color: #006fb4;
  text-decoration: none;
}

@media (max-width: 768px) {
  .slider-image {
    width: 100%;
    height: auto!important;
    object-fit: contain;
    object-position: center;
  }

  header .container .logo .large {
    max-height: 35px;
  }
}