.slider-hero .el-item picture::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, rgba(0,33,36,0.75) 0%, rgba(0,76,144,0.1040616930365896) 35%, rgba(0,33,36,0.5844538498993348) 100%);
    z-index: 2;
}



@media screen and (max-width:640px) {
	
	.section-hero  h1.uk-heading-medium {font-size: 42px}
}
@media screen and (max-width:480px) {
	
	
	.section-hero-front .fs-counter .uk-heading-small {
	font-size: 30.8px; }

.section-hero-front .fs-counter h3 {
	font-size: 14px;}
	
		.section-hero  h1.uk-heading-medium { font-size: 36px;}
}

.uk-logo-two img { width: 80px; height: auto;}


