/* Small devices (tablets, 768px) */
@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-custom .navbar-brand.logo-image img {
		max-width: 100%;
	  }
	  
  #featured-post h2 {
    font-size: 17px;
    line-height: 20px;
  }
  #featured-post p {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
  }
  #featured-post .post-content {
    padding: 10px 20px 9px;
  }

  /*====== post =======*/
  #featured-post .post-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 480px) {
  #featured-post .post-content .post-meta span {
    padding: 0;
  }
  #featured-post .post-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }

  #medio{
	padding: 0;
	margin-left: 25px;
	display: flex;
	align-content: center;
	height: 240px;
	width: 280px;
  }
  .navbar-custom .navbar-brand.logo-image img {
	max-width: 70%;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  #featured-post .post-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
