.content-all{
    width: 100%;
    height: 100%;    
}

.content-img{
    width: 100%;
    height: 100%;
}

.content-img img{
    width: 100%;
    height: 100%;
}

.content-details{
    position: relative;
    top: -350px;
    width: 500px;
    margin: auto;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: arial;
}

.content-details p{
    margin-top: 10px;
}

.content-details input[type:"button"]{
    padding: 8px 40px;
    font-size: 18px;
    margin-top: 10px;
    background: rgba(255,10,0,.5);
    border-style: none;
    color: white;
    outline: 0px;

}

