.result{
  display: flex;
  top: unset;
  bottom: 0;
/*	height: 30%;*/
  width: 100%;
/*	background-color: red;*/
  flex-direction: row;

  height: unset;
  overflow-x: scroll;
    overflow-y: hidden;
 /* white-space: nowrap; */
}

.problem_row, .activity_row, .member_row{
  justify-content: center;
  width: 170px;
  height: 274px;
}

.result .block {
  /* width: 400px; */
  background-color: #F0EFEF; /*#f7f7f7;*/
  border-radius: 5px;
  box-shadow: 0px 3px 5px grey;
  margin: 5px;
  margin-right: 0px;
  padding: 10px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;

}

.over_result{
  height: auto;
  width: 100%;
  margin: 0%;
  position: fixed;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.62);
}

.card_house_mini > .col-md-3{
padding: 0px;
}

.resize{
  width: 150px;
  height: 168.59px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resize > img{
flex: none;
cursor: pointer;
}