.vc_row[data-vc-full-width].vc_hidden{
opacity: 1!important;
}
.fixed-column{
display:none;
}
.img_div{
display:flex; justify-content: space-evenly;
}
@media(max-width:600px){
.title_prov{
padding-top: 30%;
}
}
@media(max-width:1000px){
.img_div{
display:grid;
}
}
.img__wrap {
position: relative;
}
.img__description {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-top: 28%;
color: #fff;
visibility: hidden;
opacity: 0;
background: rgba(4, 4, 4, 0.69);
/* transition effect. not necessary */
transition: opacity .2s, visibility .2s;
padding-left: 45%;
}
.img__wrap:hover .img__description {
visibility: visible;
opacity: 1;
}.vc_custom_1587169774363{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1587169728330{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601566475175{margin-bottom: 100px !important;}