﻿    @media  (-ms-high-contrast: none) and (-ms-high-contrast: active) {
        .container-svg {
            width: 100%;
            height: auto;
            position: relative;
           
        }

        svg {
            position: absolute;
            top: 0;
            left: 0;
        }
    }

      @media (max-width: 1200px) and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
        .container-svg {
           
            padding-top: 1%;
        }

   
    }

      @media (min-width: 1201px) and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
        .container-svg {
             padding-top: 1%;
          
        }

    }