@charset "UTF-8";

#bnrs + div .inner_item:first-child{
  display: none;
}
#bnrs + div .inner_item:last-child{
  margin-left: 0 !important;
  width: 75% !important;
}
@media(width <= 768px){
#bnrs + div .inner_item:last-child{
  width: 100% !important;
}
}