<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Camera.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Camera.jpeg"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#00000033,#00000088), url("/uploaded/Image/mastheads/mobile/450_Camera.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#00000033,#00000088), url("/uploaded/Image/mastheads/mobile/450_Camera.jpeg");}
}

.rowgall {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 5px;
}

/* Create three equal columns that sits next to each other */
.galleryColumn {
  -ms-flex: 33%; /* IE10 */
  flex: 20%;

  padding: 0 5px;
}

.galleryColumn img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px;
 cursor: pointer;
}

.galleryColumn img:hover {
    filter: brightness(1.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
}

/* Responsive layout - makes a two column-layout instead of three columns */
@media screen and (max-width: 1000px) {
  .galleryColumn {
    -ms-flex: 50%;
    flex: 40%;
    max-width: 48.5%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .galleryColumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0,0.85);
  z-index: 4000;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 5%;
    right: 3%;
    font-size: 70px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prevgall,
.nextgall {
cursor: pointer;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: auto;
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.25);
border-radius: 0 4px 4px 0;
}

.nextgall {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/* On hover, add a black background color with a little bit see-through */
.prevgall:hover,
.nextgall:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.fullImg { width: 100%; padding-bottom: 56.25%; background-size: contain;}

.Inner {
    padding-bottom: 20px!important;
}

.iconLeft:before {
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
content: "\f02c";
display: none;
}

#divfix {display:none;}


@media only screen and (max-height: 450px) {
.modal {padding-top: 30px;}
.modal-content { width: 75%;}
}






</pre></body></html>