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/SBogers42/tandartsmaas.nl/wwwroot/css/base/_images.sass
.image-holder
  position: relative
  overflow: hidden
  height: 100%
  vertical-align: middle

img
  &.max-width-800
    max-width: 800px

  &.fit-horizontal
    width: 100%
  &.fill
    position: absolute

  &.preload
    opacity: 0
    +transition(opacity 300ms ease-out)

    &.loaded
      opacity: 1

html[data-useragent*='MSIE 10.0'], html[data-useragent*='Edge/12']
  .image-holder
    img.fill
      top: auto !important