.video-container {
    position: relative;
    padding-bottom: 52.8%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.album-wrapper {
    margin:0em -0.5em;}

.album-wrapper ul li {
    background-clip: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
    cursor: pointer;
    display: block;
    float: left;
    height: 141px;
    line-height: 0;
    margin: 2.5% 2.1% 30px;
    position: relative;
    transition: box-shadow 150ms ease-out 0s;
    width: 188px;
}

.album-wrapper ul li p {
    bottom: -25px;
    left: 0px;
    font-size: .88em;
    line-height: normal;
    margin: 0px 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 188px;
}

#push .album-title {
    font-size: 1.6em;
}


.go-top {
right: 30px;
bottom: 30px;
width: 55px;
height: 55px;
position: fixed;
border-radius: 30px 30px 30px 30px;
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-align: center;
height: 3em;
line-height: 3em;
vertical-align:middle;
background-color: #666666;
opacity: .4;
filter: alpha(opacity=40);
display: none;
}

.go-top:hover {
background-color: #000000;
 }

.go-top:hover {
color: #ffffff;
 }
