.box_image{
height: 250px;
overflow: hidden;
position: relative;
}
.box_image>img{
background: none;
border: none;
padding: 0px;
position: absolute;
visibility: hidden;
}
.content .box_image>img{
background: none;
border: none;
padding: 0px;
}
.box_image .imgOpis {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
color: #FFFFFF;
font-size: 30px;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
}
@media screen and (max-width:1200px){
.box_image{height: 180px}
}

@media screen and (max-width:1100px){
.box_image{height: 120px}
}

