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