/*body .hornitexty .row-mbsep {
    
    align-items: start;
  }*/
  body .hornitexty .row-mbsep .mbsep-1-2-d2 {
    
  align-self: flex-start;
}

@media only screen and (max-width: 800px) {
    .grid.grid-pad .mbsep.col-1-2
  {
      width: inherit;
     /* height:100%;
      background-color:aqua;*/
    }


/* picture - 100% - trial*/

.mbsep.col-1-2 td
    {
        /*display: flex;*/
        flex-direction:column;
      }
body .row-mbsep  {
  display: flex;
  
  align-items: inherit;
  margin-bottom:20px !important;
}


.row-mbsep tr,  .row-mbsep td, .row-mbsep tbody {
  
    display: flex;
  }

  .row-mbsep table {
    height: 100%;
      display: flex;
    }

    #portmain  .row-mbsep img {
      height: 100%;
        object-fit: cover;
      }

  }

