.BlockImg {
    overflow: hidden;
    margin-bottom: 30px;
}
.OutiSpec .BlockRepeater {
 
    border: 1px solid #e1e1e1;
}
.BlockRepeater {
 font-family: 'Open Sans', sans-serif;
 position: relative;
 display: inline-block;
 overflow: hidden;
 /* margin: 15px 0px; */
 height: 100%;
 width: 100%;
 color: #3d3d3d;
 font-size: 14px;
 text-align: left;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -webkit-box-align: center;
 align-items: center;
 flex-wrap:  wrap;
 -ms-flex-wrap: wrap;
}
.BlockRepeater * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.DesRepeater span {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.BlockRepeater:before {
  position: absolute;
  top: 0px;
  bottom: 00px;
  left: 00px;
  right: 00px;
  top: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  border: 10px solid #1a1df5;
}
.BlockRepeater img {
  vertical-align: top;
  width: 100%;
  backface-visibility: hidden;
  display: table;
  margin: auto;
  max-height: 100%;
}
.BlockRepeater figcaption {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;*/
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height:100%;
  width:100%;
  padding-top:40px;
}
.BlockRepeater h3,
.BlockRepeater h5 {
  margin: 0;
  opacity: 0;
 
}
.BlockRepeater h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 40px;
  color: #fd1f22;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Bodoni';
  text-align:center;
}
.BlockRepeater .DesRepeater{
  font-weight: normal;
 
  padding: 3px 10px;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.BlockRepeater a {
    pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
cursor:auto;
}
.BlockRepeater:hover:before,
.BlockRepeater.hover:before {
  top: 00px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.BlockRepeater:hover h3,
.BlockRepeater.hover h3,
.BlockRepeater:hover h5,
.BlockRepeater.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.BlockRepeater:hover h3,
.BlockRepeater.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.BlockRepeater:hover .DesRepeater,
.BlockRepeater.hover .DesRepeater{
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(00%);
  transform: translateX(000%);
  padding: 0px 35px;
}
 .DisplayContenueRef{
    display: flex;
    flex-wrap: wrap;
}
.DescriptionInt{
    font-size: 15px;
    color: #3d3d3d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;
}

.DescriptionInt h2{
    color: #3d3d3d;
    font-size: 35px;
    font-family: 'Bodoni';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom:40px;
    position: relative;
    text-align: left;
}
.DescriptionInt h2 span{
 color:#fd1f22;
}
