// probably need to remove that negative margin from the has-background block? it's shouldn't apply here really, so need to rethink why have it and best way to address that
// or maybe just refine how it's implemented, like making sure that have padding to replace margin, and no position:relative crap
@include breakpoint($breakpoint-tablet){
transform:skew(-15deg);
&:first-child{
position:relative;
top:40px;
z-index:2;
}
&:last-child{
z-index:1;
padding-left:40px;
// todo the first and second child aren't overlapping as much as they used to, what changed?