
@media (max-width: 1024px) {
.fiximgsresp img {
object-fit: cover !important;
height: 100% !important;
width: 100% !important;
  }
}

@media (min-width: 1025px) {
.fiximgsresp img {
height: 400px !important;
object-fit: cover !important;
}
.fiximagetwo img {
height: 180px !important;
object-fit: cover !important;
}
}
.page-content a {
text-decoration: none;
}
.fiximgheight img {
height: 300px !important;
object-fit: cover !important;
width: 100%;
}
.meniu-vert ul {
  margin-left: 0;
  padding-left: 0;
  display: block !important;
}
.menu-footer {
display: block !important;
}
.meniu-vert li {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
.ekit-template-content-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
	width: 100%;
  transition: all 0.3s ease;
}
.ekit-template-content-header.scrolled  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important; 
	transition: all 0.3s ease;
}
.ekit-template-content-header.scrolled  .elementor-203 .elementor-element.elementor-element-f27dcb6 {
	border-radius: 0 !important; 
}