/* COLLECTION */

/* images */
.zoom-hm-img-one {background-image: url(../images/ho-p/adele-herms-egon-schiele.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-two {background-image: url(../images/ho-p/sitting-demon-mikhail-vrubel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-three {background-image: url(../images/ho-p/the-sleeping-gypsy-henri-rousseau.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-four {background-image: url(../images/ho-p/almond-blossom-vincent-van-gogh.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-five {background-image: url(../images/ho-p/the-voice-summer-night-edvard-munch.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-six {background-image: url(../images/top-bans/a-hare-in-the-forest-hans-hoffmann.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-seven {background-image: url(../images/top-bans/fifth-avenue-nocturne-childe-hassam.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-hm-img-eight {background-image: url(../images/top-bans/Reclining-Nude-Isidore-Pils.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* END images END*/
.zoom-hm-wrapper {
	position: relative;
    padding: 0px 0px 0px 0px;
    max-width: 1200px;
	max-height: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}


.zoom-hm-parent {
    width: 100%;
    margin-bottom: 40px;
    height: 500px;
    border: 0px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.zoom-hm-child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	cursor: context-menu;
}

.zoom-hm-a  {
	color: #ffffff !important;
	font-weight: 400;
	font-size: 46px;
	/* line-height: 32px; */
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   /* height: 50px; */
    cursor: pointer;
    text-decoration: none;
	line-height: 500px;  /* Fixes link text to cover image */
}

.zoom-hm-parent:hover .zoom-hm-child, .zoom-hm-parent:focus .zoom-hm-child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom-hm-parent:hover .zoom-hm-child:before, .zoom-hm-parent:focus .zoom-hm-child:before {
    display: block;
}

.zoom-hm-parent:hover a, .parent:focus a {
    display: block;
}

.zoom-hm-child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

/* Media Queries */
@media screen and (max-width: 960px) {
.zoom-hm-parent {width: 100%; margin: 20px 0px}
.zoom-hm-wrapper {padding: 0px 0px;}
}

/* Media Queries */
@media screen and (max-width: 1070px) {
.zoom-hm-a  {
    color: #ffffff !important;
	font-size: 38px;
}
}
/* Media Queries */
@media screen and (max-width: 420px) {
.zoom-hm-a  {
    color: #ffffff !important;
	font-size: 30px;
}
}


