  /*
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 : 10-Sep-2019, 18:28:27
    Author     : User
*/
@media screen and (max-width: 900px) {
  .blks .blk {
    width: calc(50% - 20px); }
    .blks .blk.img {
      width: calc(50% - 20px);
      height: 422px; }
    .blks .blk.img-2 {
      height: 350px; }
    .blks .blk.link-blk .link {
      margin-bottom: 10px; }

  .mobile {
    display: block; }

  .pc {
    display: none; } }
@media screen and (max-width: 600px) {
  .blks .blk.img {
    margin-bottom: 20px;
    height: auto; }

  .blks .blk.img, .link-blk {
    width: calc(100% - 20px) !important; } }

/*# sourceMappingURL=ku-students-responsive.css.map */
