/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 05:39:33 */
.issuu-wrapper {
    position: relative;
	width: 100%;
	z-index: 1;
  }
  .issuu-cover {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    &:after {
      content: 'Click to view pages';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      color: $white;
      font-size: 15px;
      line-height: 1.3;
      text-align: center;
      padding: 0.5rem 0.5rem;
      margin-top: -1.5rem;
      width: 100%;
      max-width: 7rem;
      border-radius: $border-radius-md;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }
    & ~ iframe {
      position: relative !important;
      height: auto !important;
      aspect-ratio: calc(340 / 480) !important;
		width: 100%;
    }
  }