h2{
font-family: 'Arial', sans-serif;
 text-align: center;
  }

  MAIN{
    display: flex;
    border:3px solid #ffffff;
    justify-content: center;
    align-items: center;
	text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 5vh 5vw;
    flex-wrap: wrap;
    background-color: #ffffff;
  }
img {
  display: block;
  margin: 10px;
  height: 450px;
  width: 300px;
  object-fit: cover;
  border-radius: 5px;
}
  .hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
    align-items: center;
    justify-content: center;
	overflow: hidden;
	max-width: 100%;
	height: auto;

}
.hvrbox img {
	max-width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;

}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}



footer {
    position: relative;
    bottom:0;
    padding: 1rem;
    font-size: 0.9rem;
    text-align: center;
	color: black;
	font-family: 'Arial', sans-serif;
        }
nav {
    position: relative;
    top: 0;
    text-align: center;
	justify-content: center;
    padding: 1rem;
	font-family: 'Arial', sans-serif;

    }
