.box_image{
height: 400px;
overflow: hidden;
position: relative;
width: 1680px;
max-width: 100%;
margin: 0 auto;
border-radius: 30px;
}
.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:1000px){
.box_image{height: auto}
.box_image>img{
position: static;
width: 100%;
height: auto;
}
}