.uno-simple-header {
    -moz-box-shadow: 0 10px 27px -9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 10px 27px -9px rgb(0 0 0 / 50%);
    background-color: white;
    box-shadow: 0 10px 27px -9px rgb(0 0 0 / 50%);
    color: #fff;
    height: 100px;
    padding: 0;
    top: 0;
    width: 100%;
}

.uno-simple-header .cme-logo {
    float: left;
    position: relative;
}

.uno-simple-header .cme-logo > h1 span a {
    background-image: url(https://www.cmegroup.com/content/dam/cmegroup/images/common/header/cme-logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
    display: block;
    height: 100px;
    position: relative;
}

.uno-simple-header .cme-logo > h1:before, .uno-simple-header .cme-logo > h1:after, .uno-simple-header .cme-logo > h1 span:before, .uno-simple-header .cme-logo > h1 span:after {
    -webkit-transform: skew(-25deg, 0);
    -ms-transform: skewX(-25deg) skewY(0);
    transform: skew(-25deg, 0);
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
}

.uno-simple-header .cme-logo h1 {
    text-indent: -9999px;
    margin: 0;
}

@media (min-width: 200px) {
    .uno-simple-header .cme-logo {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .uno-simple-header .cme-logo {
        float: left;
        position: relative;
    }

    .uno-simple-header .cme-logo > h1 span a {
        left: 75px !important;
        height: 100px !important;
        width: 177px !important;
    }
}

@media (min-width: 1455px) {
    .uno-simple-header .cme-logo {
        margin-left: 22px !important;
    }

    .uno-simple-header .cme-logo > h1 span a {
        left: 75px !important;
        height: 100px !important;
        background-image: url(https://www.cmegroup.com/content/dam/cmegroup/images/common/header/cme-logo.png);
        background-size: contain;
    }

}