.card-maquinaria {
    display:inline-block;
    margin-bottom:20px;
    border-radius:10px;
    overflow:hidden;
}
#popupPhoto {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
}
.popupPhoto-background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    z-index: 10000;
    opacity: 0.5;
}
.popupPhoto-image {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10001;
}
.popupPhoto-image img{
    max-width:90%;
    max-height:90%;
}
#popupPhoto .next {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 10001;
    border:none;
    background-color:transparent;
    width:5rem;
    height:5rem;
}
#popupPhoto .previous {
    position: fixed;
    top: 50%;
    left: 10px;
    z-index: 10001;
    border: none;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
}
#popupPhoto .close {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 10001;
    border: none;
    background-color: transparent;
    transform: scale(2);
}
