﻿
			.photo {
  				111background: url(../../../../../NSIM-best-IMGS-GALLERY-HOMEPAGE/*****.png) no-repeat center center;
  				background-size: contain;
				background-repeat: no-repeat;
				margin: 0; 
				padding: 0;
  				position: fixed;
  				width: 100%;
  				height: 100%;
				}

			111.photo-blur {
  				111background: url(../../../../../NSIM-best-IMGS-GALLERY-HOMEPAGE/*****.png) no-repeat center center;
				background-size: contain;
				background-repeat: no-repeat;
				margin: 0; 
				padding: 0;
  				position: fixed;
  				z-index: 1;
  				width: 100%;
  				height: 100%;
  				opacity: 0;
				}

			.photo-blur::before {margin: 0; padding: 0;
  				content: "";
  				position: absolute;
  				width: 100vw; width: 100%;
  				height: 100vh; height: 100%;
  				background: rgba(0, 0, 0, 0.3);  
				}



/********************************************************************************/




.photo-scalling {
	width: 100%;
	height: 100%; 
	box-sizing: border-box;  
	clear: both;     
	}

.photo-scalling img {
	width: 100%; 
	height: 100%;
	border: 0px;
	object-fit: contain !important;  
	box-sizing: border-box;  
	clear: both;      
	}