	/* 767px and big screen sizes */
@media screen and  (min-width:767px){
a.brand.header-logo {
    width: 6% !important;
    position: relative;
    left: 30px;
}
.header-logo img {
    transform: scale(1.9);
}
	
}


@media screen and  (max-width:767px){
    a.brand.header-logo {
    position: relative;
    left: 20px;
}
.header-logo img.w-full.h-full.object-cover {
    transform: scale(1.9);
}

}

