Такая проблемка. У меня есть section ".section-time-price". Мне нужно по бокам её добавить две картинки, при условии чтобы они были на её заднем фоне. Вот код относительно этого.
.section-time-price
@extend .wrap
height: 336px
background: #f37452
padding: 20px 36px
position: relative
z-index: 2
.section-attach-left
position: absolute
z-index: -1
left: -54px
top: 0
width: 125px
height: 375px
background: url(../images/arrow-left.png)
.section-attach-right
position: absolute
z-index: -1
right: -54px
top: 0
width: 125px
height: 375px
background: url(../images/arrow-right.png)