#overlaynew {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #890000;
    background-color: #1F1F1F;
    filter: alpha(opacity=60);
    opacity: 0.8;
    z-index: 99;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0% auto 0 auto;
    display: none;
    position: fixed;
    z-index: 99999;
    /* height: 100%; */
}

.cnt223 {
    width: 550px;
    height: 550px;
    margin: 0px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

    .cnt223 p {
        clear: both;
        color: #555555;
        text-align: justify;
        height: auto;
    }

        .cnt223 p a {
            color: #d91900;
            font-weight: bold;
            height: auto;
        }

    .cnt223 .x {
        float: right;
        height: auto;
        right: -10px;
        position: absolute;
        top: -10px;
        width: 20px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
            height: auto;
        }

    .cnt223 .carousel-item img {
        height: 500px;
    }

@media (min-width:100px) and (max-width:600px) {

    .cnt223 {
        width: 90%;
        height: auto;
        margin: 30% auto;
        background: #f3f3f3;
        position: relative;
        z-index: 103;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
    }

        .cnt223 .carousel-item img {
            height: auto
        }
}
