.mainPopup {
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1000000;
    background: #000000bf;
    transition: all .40s linear;
}

    .mainPopup .popupHolder {
        display: inline-block;
        position: relative;
        top: 80px;
        max-width: 95%;
        border: 5px solid #e0e0e0;
        transition: all .40s linear;
        border-radius: 2px;
        background: #fff;
    }

        .mainPopup .popupHolder a {
            text-decoration: none;
            position: absolute;
            top: 7px;
            left: auto;
            right: 7px;
            color: #ffffff;
            line-height: 24px;
            padding: 0;
            font-size: 28px;
            font-weight: 100;
            transition: .20s;
            height: 30px;
            width: 30px;
            border: 2px solid;
            border-radius: 50%;
            background: #F44336;
        }

        .mainPopup .popupHolder img {
            max-height: 500px;
            display: block;
            max-width: 100%;
        }

        .mainPopup .popupHolder h3 {
            line-height: 1.5;
            color: #36459a;
            font-size: 26px;
        }

        .mainPopup .popupHolder p {
            color: #232323;
            font-weight: 400;
            font-size: 15px;
            font-family: tahoma;
            line-height: 1.8;
        }








@media (max-width: 767px) {
    /*.mainPopup .popupHolder{
        max-width: 90%;
    }*/
    .mainPopup .popupHolder a {
        top: 0;
        right: 0;
        height: 25px;
        width: 25px;
        line-height: 23px;
        font-size: 18px;
    }
}
