
.Gallery01 {
	max-width: 100%;
	/*max-width: 930px;*/
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	/*border: 2px solid red;*/
}
.Gallery01.roundedBorder a{
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    margin: 10px;
    text-align: center;
}


.Gallery01 img{
	max-width: 410px;
	max-height: 240px;
	padding: 10px;
	overflow: hidden;
	vertical-align: top;
}

.Gallery01 .fancybox-close:hover {
	background-color:#FF990D;
}
.Gallery01 .fancybox-nav:hover span {
	background-color:#FF990D;
}

@media (max-width: 500px) {
	.Gallery01 .mainTitle{
		/* background-color: red; */
		font-size: 2rem!important;
	}

	.Gallery01 {
		padding: 0px!important;	
	}

}
@media (min-width: 500px) and (max-width: 800px) {

	.Gallery01 {
		padding: 0px!important;	
	}
	.Gallery01 .mainTitle{
		/* background: blue; */
		display: flex;
		vertical-align: middle;
		justify-content: center;
		padding: 0px;
		margin: 0px;
		font-size: 2rem!important;
	}

}
    /* 
	/* .Gallery01 img{
		max-width: 100%!important;
	}
} */

/* .Gallery01 h2 {
    font-weight: 300;
    line-height: 4.5rem;
    color: rgb(90, 90, 90);
    font-size: 42px;
	margin-bottom: 22px;
} */

/* .Gallery01 .featurette-sub.text-muted {
	font-style: italic;
    font-size: 13px;
    margin-bottom: 20px!important; */
    /* padding-bottom: 20px!important; */
    /* display: block;
} */