#close a {
    background-color: #ffffff;
    color: #000000;
    width: 16px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;
    text-decoration: none;
    border: 1px solid #ffe680;
    text-align: center;
    font-size: 23px;
    padding: 4px;
    }
    #popup {
    /* background: #006eb7; */
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #526a8a;
    z-index: 99;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    /* margin: 20px; */
    transform: translate(-50%,-50%);
    box-shadow: 5px 5px 9px 5px #8c8c8c;
    }

    #info img {
        width: 100%;
        padding-top: 32px;
    }

    #info p{
        padding-right: 35px;
    }

/*   Media Syle   */

@media screen and (max-width: 767px) {
    #info p{
        display: none;
    }
    #info img{
        width: 70%;
    }
   
}    
@media screen and (max-width: 544px) {
    #popup {
        width: 70%;
        top: 70%;
    }
}    