﻿body {
}

#backtt {
    z-index: 20000;
    position: fixed;
    visibility: visible;
    display: block;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    background-color: white;
    /*margin-top: 166px;*/
    /*height: 300px;*/
    border: 9px solid #808080;
    border-radius: 8px;
}

@media (max-width:767px) {

    #backtt {
        z-index: 20000;
        position: fixed;
        visibility: visible;
        display: block;
        left: 75%;
        width: 295px;
        margin-left: -223px;
        background-color: white;
        /*margin-top: 166px;*/
        /*height: 300px;*/
        border: 9px solid #808080;
        border-radius: 8px;
    }
}


@media (max-width:767px) {

    #ctl00_imgpopup {
        height: 300px;
        margin-left: 0px;
    }
}
