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/signmania.komma.pro/wwwroot/css/_ie.sass
.ie
  .ajax-container.home
    display: block
    position: relative
    height: auto
    white-space: nowrap
    font-size: 0
    line-height: 0

    .home-block
      font-size: 1rem
      line-height: 1.6

    .our-work, .our-studio
      width: 50%
      display: inline-block
      height: 400px

      figure
        transform: translate3d(0,0,0) !important
        left: 0 !important
        top: 0 !important
        height: 100% !important
        width: 100% !important


      +respond-to-width(900)
        width: 100%
        display: block
        height: 250px

  .ajax-container.services
    +flex(flex-start, flex-start)
    +flex-rows

    .title
      width: 100%
      height: calc(100vh - 800px - 120px)
      min-height: 200px
      padding: 80px 40px 40px


    >a
      width: 50%
      height: 400px

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

      &:nth-child(odd)
        background-color: $red

      &:nth-child(4),&:nth-child(5),&:nth-child(8),&:nth-child(9)
        background-color: $lightGray

      +respond-to-width-or-height(500, 600)
        width: 100%
        height: 300px

        &:nth-child(4),&:nth-child(5),&:nth-child(8),&:nth-child(9)
          background-color: $red

        &:nth-child(odd)
          background-color: $lightGray !important

  .ajax-container.services-detail, .ajax-container.our-studio-detail
    padding-bottom: 80px
    +respond-to-width-or-height(950, 700)
      padding-bottom: 0

  .ajax-container.our-studio-detail


    .image
      padding: 150px 0 225px
      border-radius: 0

      +respond-to-width-or-height(500, 600)
        width: 100%
        height: 0
        padding: 0 0 85%

  .ajax-container.clients
    .clients-grid
      +flex(space-around, center)
      +flex-rows
      width: 100%

      .client
        width: 33%
        margin-bottom: 40px

        +respond-to-width(700)
          width: 50%
          padding-bottom: 0

  .ajax-container.contact
    .map-container
      height: 500px

      +respond-to-width(700)
        height: 0
        padding-bottom: 80%