  /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Sep-2019, 02:06:50
    Author     : User
*/
@media screen and (max-width: 1000px) {
  .posts {
    margin-left: -20px; }
    .posts .post {
      width: calc((100% / 3) - 20px);
      margin-left: 20px;
      margin-bottom: 20px; } }
@media screen and (max-width: 800px) {
  .posts .post {
    width: calc((100% /2) - 20px); } }
@media screen and (max-width: 550px) {
  .banner {
    background: url(/assets/img/banners/research/center.jpg) no-repeat -210px center;
    background-size: cover; }

  .posts .post {
    width: calc((100% /1) - 20px); } }

/*# sourceMappingURL=research-center-responsive.css.map */
