/*
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 : 29-Feb-2020, 18:58:36
    Author     : User
*/
@media screen and (max-width: 1000px) {
  .double-blks .blk:nth-child(2) {
    display: none; }

  .mobile-img {
    display: block;
    margin-bottom: 20px; }

  .double-blks .blk:nth-child(1) {
    width: calc(100% - 20px);
    padding-right: 0; } }
@media screen and (max-width: 620px) {
  .mobile-img {
    width: 100%; } }

/*# sourceMappingURL=overview-responsive.css.map */
