.hmr-gallery  img {
    image-orientation: from-image;
}

.flex-caption {
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,52,102,1); /* HERE you can change the colour of the banner */
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 20px;
}

.btn-gallery-color {
	background: rgba(0,52,102,1); /* HERE you can change the colour of the banner */
	border: none;
}

.btn-gallery-color:hover{
	background: rgba(0,52,102,1); /* HERE you can change the colour of the banner */
}

.hmr-gallery {
	margin: auto;
	text-align: center;
	width: 60%;
}

.full-gallery {
	display: none;
}

@media screen and (max-width: 480px) {
	.hmr-gallery {
		margin: auto;
		text-align: center;
		width: 100%;
	}
}