/*
.my-gallery {
  width: 100%;
  float: left;
}


.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
*/

.my-gallery img {
  width: 100%;
  padding: 2px;
}


.my-gallery figcaption {
  display: none;
}

	
.btn-default:hover {
    background-color: #EEEEEE;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-color: #ff5555;
}
.btn-default.active:hover {
	background-color: #ff5555;
}	


.box {
	color: #fff;
	font-size: 3vw;
	display: flex;
    align-items: center;
    justify-content: center;
}

.module--horizontal {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.module--horizontal .box {
	width: 100%;
	height: 320px;
}

.module--vertical {
	width: 33.333%;
	height: 100vh;
	float: left;
	clear: none;
	overflow: hidden;
}

.module--vertical .box {
	width: 100%;
	height: 100%;
}
	

