.vteNext {
    position: relative;
    color: #fff;
    padding: 20px 10px 40px;
    margin: 20px 0px;
    cursor: pointer;
    border-radius: 4px;
}
.vteNext:hover {
    text-decoration: none;
    color: #f1f1f1;
}
.vteNext:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
}
.vteNext .inner {
    padding: 5px 10px 0 10px;
}
.vteNext h3 {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}
.vteNext p {
    font-size: 15px;
}
.vteNext .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}
.vteNext .vteNextfooter {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
    height: 10px;
}
.vteNext:hover .vteNextfooter {
    background: rgba(0, 0, 0, 0.3);
  
}
.vteNextBase .v1 {
    background-color: #00c0ef !important;    
}
.vteNextBase .v2 {
    background-color: #00a65a !important;
}
.vteNextBase .v3 {
    background-color: #f39c12 !important;
}
.vteNextBase .v4 {
    background-color: #d9534f !important;
}
.vteNextBase .v5 {
    background-color: #064a6c !important;
}
.vteNextBase .v6 {
    background-color: #4f4e4e !important;
}
.vteNextBase .v7 {
    background-image: linear-gradient(
        230deg, #759bff, #843cf6);
}
.vteNextBase .v8 {
    background-image: linear-gradient(
230deg, #fc5286, #fbaaa2);
}
.vteNextBase .v9 {
    background-image: linear-gradient(
230deg, #ffc480, #ff763b);
}
.vteNextBase .v10 {
    background-image: linear-gradient(
230deg, #0e4cfd, #6a8eff);
}

