@media screen and (max-width: 1099px){
  .entry-title, h1, h2, h3, h4, h5 {
  	font-size: 17px !important;
  	line-height: 25px !important;
  }

  .entry-content {
  	font-size: 16px !important;
  	line-height: 24px !important;
  }

  .site-header-home {
  	position: absolute;
  }
}

@media screen and (max-width: 370px){
  .header-logo {
    height: 30px;
  }
}