HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/jacques-hein.komma.pro/wwwroot/css/partials/_filmstrip.sass
.filmstrip
  position: relative
  height: 140px
  width: 100%
  overflow: hidden
  background:
    color: $red
    image: url("/img/film.svg")
    size: contain

  .grid-row
    position: relative
    height: 100%
    +flex(flex-end,center)

    .strip-end
      height: 100%
      width: 100%
      background:
        color: transparent
        image: url("/img/film_end.svg")
        size: contain
        repeat: no-repeat
        position: right center


    &:after
      content: ''
      position: absolute
      right: calc(-50% + 1px)
      top: 0
      width: 50%
      height: 100%
      background-color: $blue

  +respond-to-width(1400)
    height: 118px

  +respond-to-width(900)
    height: 90px