&.title-with-offset-introduction {
.dash-graphic {
top: -11vh;
right: -46vw;
@media screen and (min-width: 390px) {
top: -9vh;
}
@media screen and (min-width: 834px) {
top: -5.5vh;
right: -17vw;
}
@include breakpoints.breakpoint('macbook') {
top: -7.5vh;
right: 2vw;
}
@include breakpoints.breakpoint('imac') {
top: -4.5vh;
right: 1vw;
}
}
}
&.title-with-offset-introduction {
.dash-graphic {
top: -11vh;
right: -46vw;
@media screen and (min-width: 390px) {
top: -9vh;
}
@media screen and (min-width: 834px) {
top: -5.5vh;
right: -17vw;
}
@include breakpoints.breakpoint('macbook') {
top: -7.5vh;
right: 2vw;
}
@include breakpoints.breakpoint('imac') {
top: -4.5vh;
right: 1vw;
}
}
}