@media (max-width: 800px) {
  footer {
    height: 100px;
  }
}

@media (max-width: 720px) {
  .article-details {
    width: auto !important;
  }
}

@media (max-width: 575px) {
  footer {
    height: 120px;
  }
  
  footer #sp-footer2 {
    margin-top: 10px;
  }
  footer .social-icons {
    float: left;
  }
}

@media (max-width: 480px) {
  .article-details {
    display: block !important;
  }
  
  .g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  
  .site {
    background-size: 800px !important;
  }
  
  .likes-block_left {
    height: 20px !important;
  }
  
  .like, 
  .like .l-ico, 
  .l-all, 
  .l-all .l-ico,
  .l-all .l-count {
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
  }
  
  .l-all .l-count {
    margin: -5px 0px !important;
    text-align: center;
  }
}