﻿body {
}

@media screen and (max-width: 600px) {
    .homepage-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .homepage-wrapper .home-box {
        width: 90%;
    }
}

.poza-content {
    background-image: url('../../Images/addPhoto.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    display: inline-block;
    height: 15vh;
    width: 29vw;
    margin: 0 4px;
    overflow: hidden;
}

@media screen and (max-width:322px) {
    .poza-content {
        height: 75px;
        width: 75px;
    }
}

#poze-sesizari {
    margin-bottom: 10px;
    text-align: center;
}

.poza-content {
    background-image: url('../../Images/addPhoto.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    display: inline-block;
    height: 75px;
    width: 94px;
    margin: 0 3px;
    overflow: hidden;
}

    .poza-content:first-child {
        margin-left: 0;
    }

    .poza-content:last-child {
        margin-right: 0;
    }

.poza-incarcata:hover {
    background-image: url(../../Images/sterge-poza.png) !important;
}
