.ncimagegallery {
	margin-top: 40px;
	margin-bottom: 20px;
}
.ncimgshadowbox {
    height: 100%;
	max-width: 70vh;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*border: 1px solid blue;*/
}

.ncimagegallery {
	display: flex;
	height: 50vh;
	width: 100%;
	/*min-height: 300px;*/
	align-items: center;
	justify-content: center;
	/*border: 3px solid black;*/
}

.ncimagegallery a {
	text-align: right;
	text-decoration: none;
}

.ncgalleryitem {
	height: 100%;
	/*border: 4px solid yellow;*/
}

.textcontainer {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/*border: 1px solid red;*/
	
}


.ncgallerytext {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	/*font-size: 24px;*/
	font-size: 2vmax;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	opacity: 0.75;
	width: 100%;
	text-align: right;
	margin-right: 40px;
	color: #2f2a7f;
	color: var(--nc-blue-color);
	/*border: 1px solid red;*/
}

.ncgallerysubtext {
	font-family: "Time New Roman";;
	/*font-size: 24px;*/
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 26.4px;
	opacity: 1;
	width: 100%;
	text-align: right;
	margin-right: 5px;
	color: #666;
	/*border: 1px solid red;*/
}

.ncgallerytext-current {
	opacity: 1;
}



@media (max-width: 767px) {
	.ncgallerytext {
    	font-size: 14px;
	}
}

@media(min-width:768px) {
	.ncgallerytext {
    	font-size: 20px;
	}
}

@media(min-width:992px) {
	.ncgallerytext {
    	font-size: 24px;
	}
}

/*@media(min-width:1200px){}*/

