/* Miniature */
.column.column-block{ text-align:center; margin-bottom:64px;  }
img.pTh { border-radius:4px; max-height:140px; cursor:pointer; transition:all 250ms ease-out; }
img.pTh:hover{ border:10px solid #c6213f; }

/* Win background */
.modal { display:none; position:fixed; z-index:350; padding-top:100px; left:0; top:0; width:100%; height:100vh; overflow:hidden; background-color:rgba(26,36,67,0.95); max-height:100vh; }

/* Win vontent */
.modal-content { position:relative; margin:auto; padding:0; width:90%; max-width:1200px; }
.imgPhoto { text-align:center; height:calc(100vh - 150px); }
.imgPhoto img{ max-height:calc(100vh - 150px); margin:0; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }

/* The Close Button */
.close { color:#FFF; position:absolute; top:10px; right:25px; font-size:52px; font-weight:bold; }
.close:hover, .close:focus { color:#c6213f; text-decoration:none; cursor:pointer; }

/* Next & previous buttons */
.prev, .next { cursor:pointer; position:absolute; top:50%; width:auto; padding:16px; margin-top:-50px; color:#FFF; font-weight:bold; font-size:62px; transition:0.6s ease; border-radius:0 3px 3px 0; user-select:none; text-decoration:none; }
.next { right:0; border-radius:3px 0 0 3px; }
.prev:hover, .next:hover { color:#c6213f; }
