
/* Gallery Reader Pics Style Sheet */

.pics-div{
	color: #fff;
}

.pics-img{
	height: 30vw; 
	border-radius: 1rem; 
	border: 1px; 
	border-style: solid; 
	border-color: #fff; 
	pointer-events: none;
}

.dance-pics-img{
	width: 14vw;
	height: 21vw; 
	border-radius: 1rem; 
	border: 1px; 
	border-style: solid; 
	border-color: #fff; 
	pointer-events: none;
}

.gallery_img { 
	width: 98%; 
	height: 28vw; 
}

.dhtext { 
	color: #fff; 
	font-size: 16px; 
	font-family: arial; 
	text-decoration: none; 
}
