

#caption1 {

    color: #ffffff;
    position: relative;
    top: 10px;
    text-decoration: none;

}



.gal:hover {
	 -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
    opacity: 50%;

}


.newsbox {
    position: fixed;
    z-index: 500;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.newsbox img {
    max-height: 100%;
  max-width: 100%;
  object-fit: scale-down;
    margin-top: 12%;
    opacity: 0;
}
.newsbox:target {
    outline: none;
 
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}
.newsbox:target img {
    border: solid 0px white;
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.light-btn:hover {
    background-color: transparent;
}

.btn-close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #fafafa;
    background-color: transparent;
    border: solid 0px white;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none;
}
.btn-close:hover {
    background-color: transparent;
}