
.myclose {
    position: absolute;
    margin: 0;
    top: 0px !important; /* half height of "X" image, just for nice placing*/
    right: 0px !important; /* half width of "X" image, just for nice placing*/
    opacity: 1 !important;
}

.myclose:hover {
    opacity: 0.9 !important;
}

.xmodal {
    top: 50px !important;
 }