* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body { 
  margin: 0;
  line-height: 1.375em;
  color: #000;
  background-color: #F9FBE7;  /*Lime 50*/
}

.backcolor {
  background-color: #F9FBE7 !important;
}

.bottomcolor {
  background-color: #EAEAD5 !important;
}

.kmtcolor {
  background-color: #EAEAD5 !important;
}

.full-background {
  margin: 0;
	background-color: #EAEAD5;
}

.main-content-container {
  position: relative;
  overflow: auto;
  margin: 0 auto;
  padding: .5em .5em .5em .5em;
  background-color: #fff;
}

aside {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 1em;
}

p {
  margin-top:0;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: .5em auto;
  text-align: center;
  color: #b5b5a3;
  line-height: .75em;
}

h2 {
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 .25em;;
}

h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin: 2em 0 .375em;
  color: #757575;
}

a, a:active, a:hover, a:visited {
  color: #1B5E20;
  text-decoration: none;
}

.autor {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: bold;
  color: #757575;
}

.video {
  width: 100%;
}

.video-player {
  position:relative;
  padding-bottom:56.25%;
  padding-top:0px;
  height:0;
  overflow:hidden;
}

.video-player iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.yt {
  width: 100%;
  max-width: 480px;
  padding: 1.5em 5px;
}

.ewangeliarzOP {
  position:relative;
  padding-bottom:56.25%;
  padding-top:0px;
  height:0;
  overflow:hidden;
}

.ewangeliarzOP iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}



.mateusz:after {
  content:'@mateusz.pl';
}

#logo-pic, #logo-img {
  margin: 0 auto; 
  display: block; 
  max-height: 140px;
}

.logo {
  margin: 2em auto;
}

@media (min-width: 20em) {
  .main-content-container {
    padding-left: .75em;
    padding-right: .75em;
  }
}

@media (min-width: 60em) {
  .main-content-container {
    max-width: 60em;
  }
}

@media (min-width: 35em) {
  .content-column {
    margin-right: 16em;
  }
  aside {
    width: 16em;
    margin-right: -16em;
    padding-left: 1em;
  }
}

@media (min-width: 40em) {
  .content-column {
    margin-right: 20em;
  }
  aside {
    width: 20em;
    margin-right: -20em;
    padding-left: 1em;
  }
}

@media (min-width: 50em) {
  .content-column {
    margin-right: 25em;
  }
  aside {
    width: 25em;
    margin-right: -25em;
    padding-left: 1em;
  }
}


.kmt {
  margin-left: -.5em;
  margin-right: -.5em;
  overflow: hidden;
}

.kmt-book {
  position: relative;
  padding: 0 .5em .25em;
  float: left;
  width: 33.33333333%;
}

.kmt-book img {
  max-height: 140px;
  margin: .375em .5em .125em .0625em;
  float: left;
  background-color: #999;
  padding: 1px;
}

.kmt-book p {
  font-size: 0.9375em;
  line-height: 1.25em;
  padding-top: .125em;
  margin-bottom: 0;
}

aside .box {
  padding:.75em;
  background-color:rgba(33, 33, 33, 0.05);
}

aside .box p {
  margin-bottom:0;
}

@media (max-width: 50em) {
  #logo-pic, #logo-img {
    max-height: 100px;
  }
  .logo {
    margin: 1.5em auto;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1em;
  }
  .kmt-book img {
    max-height: 110px;
  }
  .long-txt {
    display: none;
  }
}

@media (max-width: 35em) {
  .kmt-book {
    width: 50%;    
  }
  .kmt-hidden {
    display: none !important;
  }
  #logo-pic, #logo-img {
    max-height: 80px;
  }
  .logo {
    margin: 1em auto;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  aside .box {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}

@media (max-width: 30em) {
  .kmt-book img {
    display: none !important;
  }
}

.tm4 {
  margin-top: 4em;
}

.tm2 {
  margin-top: 2em;
}

.bm1 {
  margin-bottom: 1em;
}
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-332283-1', 'auto');
ga('send', 'pageview');

</script>
<!-- End Google Analytics -->