/*
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 : Jul 7, 2021, 9:15:08 AM
    Author     : Jafran Mjm
*/
@media screen and (max-width: 950px) {
  .inquiry-form.double-blks .blk.img {
    position: relative;
  }
  .inquiry-form.double-blks .blk.img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .pc-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .inquiry-form .img {
    display: none;
  }
  .programs {
    margin-bottom: 50px;
  }
  .programs .double-blks .blk {
    width: calc(100% - 20px);
  }
  .programs .double-blks .blk:nth-child(1), .programs .double-blks .blk:nth-child(2) {
    padding: 0;
  }
  .common-images-block .image-2, .common-images-block .image-3 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .inquiry-form.double-blks .blk {
    padding: 0;
    width: calc(100% - 20px);
  }
  .inquiry-form.double-blks .blk.img {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=rsvp-graduation-responsive.css.map */