#matti-popup {
    display: none;
    position: fixed;
    top: 450px;
    min-width: 600px;
    padding: 30px;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 10;
    font-size: 18px;
    box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.75);
}

#matti-popup .matti-popup-exit {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../img/exit.png) no-repeat;
    cursor: pointer;
    z-index: 20;
}

#matti-popup::after {
    background: url(../img/matti.png) no-repeat right top;
    display: block;
    width: 270px;
    height: 600px;
    position: absolute;
    top: -236px;
    right: -46px;
    content: '';
}

#matti-popup h2 {
    font-size: 30px;
}

#matti-popup ul {
    list-style-image: url(../img/tick.png);
    margin-left: -15px;
    margin-top: 15px;
}

@media (min-width: 1276px) {
    #matti-popup {
        display: block;
    }
}