:host([fixed]) [unformatted] .unformattedWrapper{
  padding:32px;
}
@media screen and (min-width: 1024px){
  :host([fixed]) [unformatted] .unformattedWrapper{
    padding:64px;
    padding-top:32px;
  }
}
