/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
      
      .title_team{
          height: 200px;
          background-size: contain;
          margin-top: -150px;
      }
      
      #bg_img2{
              margin-top: 30px;
    background-size: cover;
      }

}