.formAlert {
    width: 100%;
    height: 100px;
    background-color: red;

    -webkit-box-sizing: border-box;
    
}

.post {
    width: 100%;
    margin-bottom: 50px;
}

.post img {
    width: 100%;
    padding-top: 66%;
    background-color: lightgray;
    margin-bottom: 20px;
}

.lostPost {
    margin-bottom: 50px;
}

.full {
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: white;
    position: absolute;
    
    top:80px;
    left: 0;
    padding: 25px;
    
    -webkit-box-sizing: border-box;
}

.foundDescription {
    display: none;
    
}

.contact {
    display: none;
}