.ek-brand-logo {
    height: 90px;
}

.ek-mobile-logo {
    height: 25px;
}

.ek-footer {
    display: flex;
    align-items: center;
}


.brand-panel {
    height: auto !important;
}


.main-projects, .main-contacts, .main-inner {
    padding: 30vmin 0 30vmin !important;
}

.clients-list .client img {
    opacity: 0.9 !important;
}

.project-details img {
    max-width: 100%;
    height: auto;
}


.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(0,0,0,.4);
}

.client img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/*.brand-panel {
	background-color: transparent !important;
}*/

@media (max-width: 480px){
    .ek-brand-logo{
      width: calc(100vw/5) !important;
      height: auto !important;
    }
   }