.Descriptions{
    position: absolute;
    width: 100%;
    height: auto;
    margin-bottom: -2px;
    border-radius: 20px;
    min-height: 50px;
    background:#3f3f3f;
    bottom: 0px;
}
.AlbumVideoLink{
    cursor: pointer;
}
@media (max-width:425px) {
    .ideVideoContentNew {
        width: auto;
        min-width: auto;
        float: none;
        margin-top:40px;
    }
    .times {
    position: absolute;
    top:40px;
    right: 5px;
    margin-left: 5px;
    float:right;
    overflow: hidden;
   }
}