.contrastid {
    max-width: 1024px;
    height: 300px;
    margin: auto;
    position: relative;
}

.contrastid h2{
    font-size: 32px;
}


.contrastid li:first-child {
    width: 30%;
    position: relative;
    float: right;
}

.contrastid li:last-child {
    width: 70%;
    float: left;
}

.contrastidimg {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 300px;
}

.contrastidimg img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 30px;
}
.contrastidimg img:hover {
    top: 0;
}

.contrastid .info {
    padding: 20px;
    margin-top: 70px;
}
.contrastid .info img {
    width: 250px;
    height: auto;
}


.new .bestiario{
    margin: 0!important;
}

.contrastid a{
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}



.contrastimage{
    width: 320px;
    height: 150px;
    position: relative;
    overflow: hidden;
    float: left;
}


 