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/ridderstee.komma.pro/wwwroot/css/partials/dynamic/_contentBlock.sass
&.content-block
  position: relative
  +flex(space-between, flex-start)

  .image

    .image-placeholder
      position: relative
      width: 100%
      height: 0
      padding-bottom: 66.67%

      span
        position: absolute
        width: 100%
        height: 100%
        background-position: center
        background-size: cover
        display: none

  &[data-size-type='66']
    .image
      width: column(13, 22)

      .image-placeholder
        span
          &.medium
            display: block

        +respond-to-width(1200)
          span
            &.medium
              display: none
            &.small
              display: block

    .content
      width: column(8, 22)

    +respond-to-width(900)
      display: block

      .image
        margin-top: 40px
        +order(2)
        width: 100%

        .image-placeholder
          span
            &.medium
              display: block
            &.small
              display: none

          +respond-to-width(450)
            span
              &.medium
                display: none
              &.small
                display: block

      .content
        +order(1)
        width: 100%

  &[data-size-type='50']

    .image
      width: column(21, 44)

      .image-placeholder
        span
          &.medium
            display: block

        +respond-to-width(1200)
          span
            &.medium
              display: none
            &.small
              display: block

    .content
      width: column(21, 44)

    +respond-to-width(900)
      display: block

      .image
        margin-top: 40px
        +order(2)
        width: 100%

        .image-placeholder
          span
            &.medium
              display: block
            &.small
              display: none

          +respond-to-width(450)
            span
              &.medium
                display: none
              &.small
                display: block

      .content
        +order(1)
        width: 100%


  &[data-size-type='33']
    .image
      width: column(8, 22)

      .image-placeholder
        span
          &.medium
            display: block

        +respond-to-width(1500)
          span
            &.medium
              display: none
            &.small
              display: block

    .content
      width: column(13, 22)

    +respond-to-width(900)
      display: block

      .image
        margin-top: 40px
        +order(2)
        width: 100%

        .image-placeholder
          span
            &.medium
              display: block
            &.small
              display: none

          +respond-to-width(450)
            span
              &.medium
                display: none
              &.small
                display: block

      .content
        +order(1)
        width: 100%


  &[data-image-location='left']
    .image
      +order(1)

    .content
      +order(2)