.stamp_image {
	width: 100px;
	height: 100px;
}

#cover_photo_image {
  width: 200px;
}

#top_content {

}

/* mobile web styles */

@media only screen and (max-width: 900px) {
  #cover_photo_image {
    width: 100%;
  }

  #user_been_here_card {
    text-align: center;
    min-height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .top_right_image_actions {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
  }

  #header_rightactions {
    padding-top: 0px;
  }

  #header_hmb_menu {
    padding-top: 12px;
  }

  #place_title_section {
    display: none;
  }

  #place_photo_section {
    width: 100%;
    position: relative;
  }

  .header {
    margin-bottom: 0;
  }

  #top_content {
    padding: 0;
  }

  .full_width_button {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
  }

  #middle_content {
  }

}
