#cookieChoiceDismiss {
    background: #ddd url("../images/close-icon.png") no-repeat scroll 3px 3px;
    cursor: pointer;
    display: block;
    font-family: icons;
    font-size: 105px;
    height: 100%;
    line-height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

@media only screen and (max-width: 640px){
    #cookieChoiceInfo {
        padding: 4px 30px 4px 4px!important;
        width: auto!important;
        }
}