@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */
    html, body {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-logo img {
        width: 100%;
    }
    .product-photo img {
        top: 50%;
        left: 50%;
        -ms-transform: translateZ(0) scale(.9) translateX(-50%) translateY(-50%); /* IE 9 */
        -webkit-transform: translateZ(0) scale(.9) translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
        transform: translateZ(0) scale(.9) translateX(-50%) translateY(-50%);
    }
    .product-item:hover img {
        -ms-transform: translateZ(0) scale(1) translateX(-50%) translateY(-50%); /* IE 9 */
        -webkit-transform: translateZ(0) scale(1) translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
        transform: translateZ(0) scale(1) translateX(-50%) translateY(-50%);
    }
    .product-wrapper .product-photo img {
        top: auto;
        left: auto;
    }
    .faq-wrapper input[type="radio"]:checked ~ .faq-content {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .overflow-content {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .modal-wrapper .modal {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .catalog-wrapper .catalog-filter,
    .catalog-wrapper .catalog-list {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .catalog-wrapper .catalog-filter {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .sidenav {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .catalog-tab ul {
        overflow-y: auto;
        overflow-x: hidden;
    }


    /* MESSAGE */
    html, body {
        font-family: 'Salesforce Sans', Arial, sans-serif;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    body.ng-cloak {
        display: flex !important;
    }

    main {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    main article {
        width: 100%;
        max-width: 800px;
        padding: 15px;
    }

    main .ie-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .ie-logo img {
        width: 400px;
        max-width: 100%;
        height: auto;
    }

    main section {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    main section h1 {
        margin: 0;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 5px;
    }

    main section h2 {
        margin: 0;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 22px;
        font-weight: 400;
        color: #666;
    }

    main section p {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
    }

    main section .browsers {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    main section .browsers a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 30px;
        text-decoration: none;
    }

    main section .browsers a img {
        width: 100px;
        height: auto;
    }

    main section .browsers a button {
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 10px 20px;
        margin-top: 15px;
        color: #FF6600;
        background-color: #FFF;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }
    
    main section .browsers a button:hover {
        border-color: #FF6600;
    }

}
