header#main-header.et-fixed-header img#logo{
  max-height: 88% !important;
}

header#main-header img#logo{
  max-height: 75% !important;
}

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124167781-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-124167781-1');
</script>

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {


/* Header
/*-------------------------------------------------------*/
#page-container {
padding-top: 150px !important;
}

#main-header {
    position: fixed !important;
    padding-top: 2px;
}

/* Top Bar
/*-------------------------------------------------------*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}

a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light.kmtopbar:hover{
color: #93272c !important;
}

}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {


/* Header
/*-------------------------------------------------------*/
#page-container {
padding-top: 150px !important;
}

#main-header {
    position: fixed !important;
    padding-top: 2px;
    top: 30px;
}

/* Top Bar
/*-------------------------------------------------------*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light.kmtopbar:hover{
color: #93272c !important;
}

}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {


/* Header
/*-------------------------------------------------------*/
#page-container {
padding-top: 0px !important;
}

#main-header {
    position: relative !important;
    padding-top: 2px;
    top: 34px !important;
}

/* Top Bar
/*-------------------------------------------------------*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: relative;
}
a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light.kmtopbar:hover{
color: #93272c !important;
}

}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


/* Header
/*-------------------------------------------------------*/
#page-container {
padding-top: 0px !important;
}

#main-header {
    position: relative !important;
    padding-top: 2px;
    top: 34px !important;
}

/* Top Bar
/*-------------------------------------------------------*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: relative;
}
a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light.kmtopbar:hover{
color: #93272c !important;
}

}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


/* Header
/*-------------------------------------------------------*/
#page-container {
padding-top: 0px !important;
}

#main-header {
    position: relative !important;
    padding-top: 2px;
    top: 34px !important;
}

/* Top Bar
/*-------------------------------------------------------*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: relative;
}
a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light.kmtopbar:hover{
color: #93272c !important;
}

}




/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


/* Header
/*-------------------------------------------------------*/
#page-container {
padding-top: 0px !important;
}

#main-header {
    position: relative !important;
    padding-top: 2px;
    top: 34px !important;
}


/* Top Bar
/*-------------------------------------------------------*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: relative;
}
a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light.kmtopbar:hover{
color: #93272c !important;
}

}
