#albums {
    height:100%;
    max-width:135px;
    width:100%;
}

.cont {
    position:absolute;
    margin-left:15px;
    margin-right:15px;
    margin-top:15px;
    max-width:105px;
    width:100%;
    max-height:105px;
    height:100%;
    background-color:rgba(77, 77, 77, 0.15);
    transition:0.1s;
}

.cont.active {
    background-color:rgba(255, 255, 255, 0.75);
    transition:0.1s;
}

.cont:hover {
    background-color:rgba(255, 255, 255, 0.75);
    cursor:pointer;
    transition:0.1s;
}

.cont img {
    max-width:95px;
    max-height:95px;
    width:100%;
    height:100%;
    margin:5px;
}

#a1 {
    top:120px;
}

#details {
    height:100%;
    max-width:595px;
    width:100%;
    right:0px;
}

#noSelection {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    margin:0;
    font-family:'a';
    font-size:2em;
    max-width:200px;
    text-align:center;
    color:rgba(255, 255, 255, 0.25)
}

#albumPage {
    margin:15px;
    max-width:565px;
    width:100%;
    max-height:670px;
    height:100%;
    border:none;
}
