.box_image{
height: 246px;
overflow: hidden;
position: relative;
}
.box_image>img{
background: none;
border: none;
padding: 0px;
position: absolute;
visibility: hidden;
right: 0px;
margin: auto;
}
.content .box_image>img{
background: none;
border: none;
padding: 0px;
}
.box_image .imgOpis{
display: inline-block;
background-color: rgba(0,0,0,0.6);
box-sizing: border-box;
padding: 27px 66px;
font-size: 24px;
font-weight: 300;
position: absolute;
color: #ffffff;
text-align: center;
left:50%;
top:50%;
transform:translate(-50%,-50%);
}
.box_image .imgOpis p:first-child {
font-size: 36px;
font-weight: 700;
}
@media screen and (max-width:1530px){
.box_image>img{
position: static;
width: 100%;
height: auto;
}
.box_image{
height: auto;
}

}
