/* random_img_layer begin */
.random_img_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); 
    z-index: 9999999;
    font-weight: 300;
    display: none;
    overflow: auto;
}

.random_img_layer .close_random_img {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    background: url(../../images/idp/ic_close_random.png) no-repeat center #292929;
    background-size: 16px 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.random_img_layer .nsrch_wrp {
    width: 580px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
    position: relative;
    top: calc(60% - 275px);
}

/* random_img_layer end */