.album_content {
    clear:both;
    margin:auto;
    max-width: 80%;
}
.album_head {
    margin:20px auto auto auto;
    border:0px solid red;
    border-bottom:1px solid #ccc; 
    text-align:center;
    max-width: 1024px;
    margin-bottom:15px;
    padding-bottom:10px;
}
.album_head P {
    margin:auto;
    margin-bottom:15px;
    padding:0px 15px 0px 15px;
}
.viewer_avatar {
    width:40px;
    height:40px;
    border-radius:90px;
    position:relative;
    top:14px;
    margin-right:10px;
}
.display_area {
    border:0px solid red;
    text-align: left;
    /*max-width:1280px;*/
}
.album_photo {
/*        width:32%;
    min-width:400px;*/

    width:32%;
    min-width:340px;
    max-width:580px;

    height:300px;
    cursor: pointer;
    display:inline-block;
    margin:6px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    overflow: hidden;
    text-align: left;
}
.album_photo P {
    display:inline-block;
    text-align: left;
    margin:0px;
    padding:10px;
    overflow: hidden;
    margin-top:15px;
    font-size:14px;
    max-width:95%;
    /*Dark background*/
    color:#fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0px 6px 6px 0px;
    font-weight:normal !important;
}
.adis {
    display:none;
}
.adisi {
    display:inline-block;
    /*background-color: rgba(90, 151, 201, 0.8);*/
    /*background-color: rgba(255, 255, 255, 0.8);*/
    z-index:800;
    padding:0px;
    margin-left:10px;
    border-radius:4px;
    height:25px;
}
.adisi IMG {
    width:24px;
    height:24px;
    margin-bottom:-8px;
    position:relative;
    top:-1px;
}


.owner_options {
    text-align:right;
    display:inline-block;
    border:0px solid red;
    float:right;
    margin-bottom:-36px;
    position:relative;
    top:-36px;
}
.owner_options P {
    display:inline-block;
    cursor: pointer;
    margin:0px;
    padding:0px 5px 0px 5px;
}
.owner_options IMG {
    width:30px;
}

.loadmorebutton {
    border:1px solid #ccc;
    cursor:pointer;
    margin:auto;
    text-align:center;
    border-radius: 25px;
    width:60%;
    padding-top:30px;
    margin-top:15px;
}
.loadmorebutton IMG {
    position:relative;
    top:-30px;
    margin-bottom:-45px;
    border:0px solid #ccc;
    opacity:0.5;
}

@media (max-width : 900px)
{
    .display_area {
        text-align: center;
    }
    .album_photo {
        /*min-width: 320px !important;*/
        /*width:100px !important;*/
        /*width:98%;*/

        width:100%;
        height:220px;
        min-width:100px;
    }
}