  /*
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 : 14-Dec-2021, 10:35:22
    Author     : Jafran Mjm
*/
@media screen and (max-width: 900px) {
  .events .event {
    width: calc((100% / 3) - 20px); }

  .medias .blk {
    width: calc((100% / 2) - 20px);
    height: 300px;
    margin-bottom: 40px; } }
@media screen and (max-width: 800px) {
  .events .event {
    width: calc((100% / 2) - 20px); } }
@media screen and (max-width: 600px) {
  .events .event {
    width: calc((100% / 1) - 20px); }

  .medias .blk {
    width: calc((100% / 1) - 20px);
    height: 300px;
    margin-bottom: 40px; } }

/*# sourceMappingURL=events-responsive.css.map */
