@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 768px) and (max-width: 991px) {

.button {
    bottom: 0;
    margin-bottom: 50px;
    margin-left: 40px;
    position: absolute;
}

.blog_post {
  min-height: 450px;
}

}

@media only screen and (min-width: 710px) and (max-width: 767px) {
	
	.blog_post {
    height: 650px;
     }
	
	.button {
    margin: 0 300px;
     }
	
}

@media only screen and (min-width: 581px) and (max-width: 711px) {
	
	.blog_post {
    height: 600px;
     }
	
	.button {
    margin: 0 205px;
     }
	
}

@media only screen and (min-width: 500px) and (max-width: 580px){
	
	.blog_post {
  height: 550px;
   }
	
	.button {
    bottom: 0;
    margin: 0 200px;
    position: absolute;
     }
	
}

@media only screen and (min-width: 440px) and (max-width: 499px){
	
	.blog_post {
    height: 500px;
     }
	
	.button {
  bottom: 0;
  margin: 0 160px;
  position: absolute;
  }
	
}

@media only screen and (min-width: 401px) and (max-width: 439px){
	
	.blog_post {
    height: 450px;
    }
	
	.button {
  bottom: 0;
  margin: 0 100px;
  position: absolute;
   }
	
}

@media only screen and (min-width: 355px) and (max-width: 400px){
	
	.blog_post {
    height: 450px;
    }
	.button {
  bottom: 0;
  margin: 0 120px;
  position: absolute;
   }
	
}

@media only screen and (min-width: 320px) and (max-width: 350px){
	
	.button {
  bottom: 0;
  margin: 0 70px;
  position: absolute;
  }
	
	.blog_post {
    height: 450px;
    }
	
}