
.modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content img {
    margin-bottom: 30px;
}
.close-icon-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    display:block;
    z-index:2
}
.close-icon-modal:hover {
    opacity: .3;
}
.close-icon-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-icon-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 640px) {
.close-icon-modal .lr {height: 45px;margin-left: 55px; }  }
@media (max-width: 640px)  {
.close-icon-modal .lr .rl {height: 45px; }  }



