#getContent {
    z-index: 1000000;
    overflow: hidden;
}
#getContent.modal .modal-dialog {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#getContent .modal-body {
    padding: 0;
}
#getContent .modal-body iframe {
    width: 100%;
    height: 100%;
}
#getContent .modal-body .close {
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    top: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}
#getContent .modal-body .close:hover{
  color: #000;
}
.sprite {
    background: url(../../images/newdesign/sprite.png) transparent;
    display: inline-block;
}
