   
    .albumcoverimage {
        border-collapse:separate;
    }
    
    .albumcover {
        border-radius:10px;
        width:300px;
        margin: auto auto;
        /*padding:10px;*/
        margin:10px;
        position:relative;
        display:inline-block;
        
        box-shadow: 0px 0px 22px 5px rgba(50,50,50,1);
        -webkit-box-shadow: 0px 0px 22px 5px rgba(50,50,50,1);
        -moz-box-shadow: 0px 0px 22px 5px rgba(50,50,50,1);
    }
    
    .albumplayertoggle {
        width:100%;
        height:50px;
        background-image:url("images/albumtoggleehp.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:0px 0px 10px 10px;
        /*line-height:50px;*/
    }
    
    .albumplayer {
        background-color:black;
        width:100%;
        height:300px;
        display:none;
        position:relative;
    }
    
    .albumplayerframe {
        width:100%;
        height:100%;
        border:none;
    }
    
    .albumlinks {
        width:100%;
        height:52px;
        max-height:52px;
        background-color:#efeff8;
        position:relative;
        color:#efeff8;
    }
    
    .albumlinkroundedcorner {
        display:none;
    }
    
    .albumtopper {
        width:100%;
        height:15px;
        min-height:15px;
        background-image:url("images/albumtopperehp.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-collapse:separate;
        border-radius:10px 10px 0px 0px;
    }
    
    @media screen and (max-width: 599px) {
        .albumcoverimage {
            height:300px;
            width:300px;
        }
    }
    
    /*800 pixels and bigger*/
    @media screen and (min-width: 600px) {
        
        .albumcoverimage {
            border-collapse:separate;
            /*border-radius:10px 10px 10px 10px;*/
            height:35vw;
            /*min-height:35vw;*/
            /*max-height:35vw;*/
            /*max-height:100%;*/
        }
        
        .albumcover {
            display:inline-block;
            width:35vw;
            /*height:35vw;*/
        }
        
        /*.albumplayertoggle {*/
        /*    display:none;*/
        /*}*/
        
        .albumplayer {
            height:35vw;
            /*min-height:35vw;*/
            /*max-height:35vw;*/
            /*padding-bottom:10px;*/
            /*border-collapse:separate;*/
            /*border-radius: 0px 0px 10px 10px;*/
            /*display:inline-block;*/
        }
        
        .albumlinks {
            display:inline-block;
        }
        
        .albumlinkroundedcorner {
            display:block;
        }
    }