    .nvmpb_rect {
        width: 400px;
    height: 150px;
    background: #27bffe;
    }
    
    .nvmpb_ava {
        width: 144px;
    height: 130px;
    background: grey;
    position: relative;
    top: 10px;
    left: 330px;
    }
    
    .nvmpb_shortfact {
            width: 130px;
    height: 30px;
    box-sizing: border-box;
    color: #ffffff;
    background: #27bffe;
    margin: auto;
    font-size: 13px;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 7px;
    overflow: auto;
    }

  .nvmpb_shortfact::-webkit-scrollbar { width: 0px; background: #27bffe; }
    .nvmpb_shortfact::-webkit-scrollbar-thumb { background: #ABBB71;} 
    
    .nvmpb_iconbox {
            width: 220px;
    height: 90px;
    background: #27bffe;
		margin-left: 80px;
    }
    
    .nvmpb_icon {
        width: 200px;
    height: 70px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    top: 10px;
    }

    .nvmpb_player {
        width: 220px;
        height: 30px;
        color: #ffffff;
        background: #27bffe;
        font-size: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        text-align: left;
        box-sizing: border-box;
        padding-top: 5px;
        padding-left: 10px;
		margin-left: 80px;
    }
    
    .nvmpb_rectsmall {
        width: 20px;
    height: 55px;
    float: left;
    background: #27bffe;
		margin-left: 80px;
    }
    
    .nvmpb_title {
width: 300px;
    height: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 13px;
    padding-left: 108px;
    box-sizing: border-box;

    }
    
    .nvmpb_title {
        color: #27bffe;
        text-align: left; 
        transition: 1s;
    }
    
    .nvmpb_title:hover {
        color: #4a575c;
        transition: 1s;
    }
    
    .nvmpb_title a {
        color: #27bffe;
        text-decoration: none;
    }
    
    .nvmpb_title a:hover {
        color: #4a575c;
        transition: 1s;
        text-decoration: none;
    }