.roster_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3rem;
  }
  
  .player_item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    min-height: 200px;
    height: auto;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  
  .lower {
    float: left;
    margin-top: 30px;
    padding-bottom: 20px;
    width: 100%;
  }
  
  .player_position_title {
    display: block;
    padding: 10px;
    text-transform: uppercase;
  }
  
  .player_position_title > h2 {
    font-weight: 700 !important;
  }
  
  .widget_inner {
    background: #f3f3f3;
  }
  
  .thumb {
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
  }
  
  .thumb img {
    width: 100%;
  }
  
  .info {
    float: left;
    padding-top: 10px;
    width: calc(100% - 220px);
  }
  
  .info .label {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    font-weight: 700;
  }
  
  .player_name {
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .position {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  
  .player_data {
    margin-top: 10px;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke: 0.025em rgba(51, 51, 51, 0.5);
    font-size: 16px;
  }
  
  .shoots,
  .height {
    display: inline-block;
    width: 250px;
  }
  
  .hometown,
  .year,
  .prev_team {
    white-space: nowrap;
  }
  
  @media screen and (max-width: 767px) {
    .player_item {
      height: 420px;
      max-width: 350px;
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
    }
  
    .player_item .thumb {
      position: absolute;
      width: 100%;
      height: 345px;
      display: block;
      overflow: hidden;
      left: 0;
      top: 0;
      z-index: 1;
    }
  
    .player_item .info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: block;
      z-index: 2;
      padding-left: 80px;
      padding-top: 0;
    }
  
    .player_item .label {
      font-size: 20px;
      z-index: 3;
      display: block;
      position: absolute;
      left: 10px;
      top: auto;
      text-transform: uppercase;
      text-align: center;
      bottom: 30px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-weight: 700;
    }
    .player_item .height,
    .player_item .weight,
    .player_data,
    .player_item .prev_team {
      display: none;
    }
    .et-l .et_builder_inner_content .et_pb_section {
      padding: 0px;
    }
  }