.box_image{
height: 400px;
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:2%;
color: #FFFFFF;
font-size: 30px;
margin: 0;
}

@media screen and (max-width:1020px){
.box_image{height: auto}
.box_image>img{position: static;max-width: 100%;height: auto}
}