.RepeaterShow {
    margin-bottom: 50px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.presentation {
    padding: 30px 00px;
}
.imgshow img {
    max-width: 100%;
    /* max-height: 300px; */
}
.imgshow{overflow:hidden;max-height: 450px;text-align: center;}
.imgshow img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.imgshow:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.paragpresentationGalerie{z-index: 9;margin-top: 50px;}

 
@media screen and (min-width: 769px)  {
.presentation {
    padding: 30px 00px !important;
}
}
@media screen and (max-width: 768px)  {
 .imgshow {
    width: 100%;
    margin-bottom:20px !important;
}
.RepeaterShow {
      margin-bottom:0px !important;
}
}
