#single_banner .info_wrap{
  grid-template-columns: 1fr;
}
#single_banner .actions_wrap{
  justify-content: flex-start;
}

body{
  margin-bottom: 72px;
}
#share_buttons>.action_btn{
  display: none;
}
#single_wrapper{
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
  padding: 24px;
}

#share_buttons .share_popup{
  position: fixed;
  top: unset;
  bottom: 0;
  right: 0;
  width: 100vw;
  border-radius: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 72px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}
#share_buttons .share_popup:before{
  display: none;
}
#share_buttons .share_popup .mobile{
  display: block;
  font-weight: bold;
}
#share_buttons .share_popup .socials_wrapper{
  display: flex;
  justify-content: space-around;
}
