.modalCss {
    position: fixed;
    z-index: 1051;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.modalbackCss {
    position: fixed;
    z-index: 1049;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 1;
    -moz-opacity: 1;
}

.centerCss {
    z-index: 1052;
    margin: 40% auto;
    padding: 10px;
    width: 90px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

@media (min-width: 992px) {
    .centerCss {
        z-index: 1052;
        margin: 300px auto;
        padding: 10px;
        width: 90px;
        background-color: White;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }
}

.centerCss img {
    height: 75px;
    width: 73px;
}
