#box_5 .opinion-row{
    margin-left:0!important;
  margin-right:0!important;
}
#box_5{
      background-position: center;
    background-size: cover;
    min-height: 60vh;
 
    margin: 0px 0;
 
    display: flex;
    align-items: center;
}
#box_5 .table td{
  width:33.333%;
}
#box_5 .text_wrap{
  padding:10px;
  background:rgba(0,0,0,.4);
    border-radius:5px;
}
#box_5 .container{
max-width:100% !important;
}
@media(max-width:600px){
  #box_5 {
 
    flex-wrap: wrap;
    justify-content: center;
}
  #box_5 iframe{
  width:100% !important;
  margin:0 auto !important;
  }
}