﻿.itemFotos {
    display: block;
    width: 100%;
    height: auto;
}

    .itemFotos img {
        height: 100%;
        width: auto;
    }

.heaven {
    position: absolute;
    z-index: -1;
}

.parent {
    position: relative;
}

.image1 {
    position: relative;
}

.image2 {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100px;
}

.imagefrente {
    width: 290px !important;
}

@media screen and (max-width: 600px) {
    .parent {
        width: 100%;
        height: 200px;
    }

    .imagefrente {
        width: 335px !important;
    }

    .image2 {
        position: absolute;
        top: 0;
        left: 0;
        border: none;
        width: 100px;
    }
}

.info {
    margin-left: 25px;
    margin-right: 25px;
}

.counter {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 5px;
    border-radius: 5%;
    font-size: 12px;
}