﻿@media print, screen and (min-width: 768px) {
 .click-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  cursor: pointer;
  z-index: 2;
}
}
@media only screen and (max-width: 767.98px) {
 .click-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  cursor: pointer;
  z-index: 2;
}
}