.gridGallery p {
 position: absolute;
 left: -10px;
 top: -10px;
 background: #1dc9d5;
 font-weight: 700;
 padding: .5rem 1.5rem;
 border: 2px solid #fff;
 border-radius: 10px;
 font-size: 1.7rem;
 color: #fff;
}
.popupBox .modal-content {
 height: 80%;
}
.popupBox.gridGalleryBox img {
 width: 600px;
 margin-bottom: 30px;
}
.popupBox.gridGalleryBox .modal-content p {
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.popupBox.gridGalleryBox .modal-content p:before {
 margin-bottom: 20px;
}
@media screen and (max-width: 1099px) {
  .popupBox.gridGalleryBox img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .popupBox .modal-content {
    height: 60%;
   }
  .gridGallery p {
    position: absolute;
    left: -5px;
    top: -5px;
    background: #1dc9d5;
    font-weight: 700;
    padding: 0 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #fff;
   }
}

@media screen and (max-width: 1099px) {
  div.section .scheduleList {
    display: block;
    margin-bottom: 30px;
  }
  div.section .bookBlock {
    padding: 30px 15px 80px 15px;
    margin: 40px 0;
  }
}