.PortfolioList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.PortfolioList__portfolio {
    position: relative;
    margin-bottom: 15px;
    padding: 80% 0 0;
    width: 100%;
    height: 0;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
}

@media screen and (min-width: 460px) {
    .PortfolioList__portfolio {
        float: left;
        width: 48%;
        padding-top: 38%;
        clear: left;
    }

    .PortfolioList__portfolio:nth-child(2n) {
        float: right;
        clear: none;
    }
}

@media screen and (min-width: 955px) {
    .PortfolioList__portfolio {
        margin: 0 0 50px 50px;
        width: 250px;
        height: 250px;
        padding-top: 0;
        overflow: hidden;
        clear: none;
    }

    .PortfolioList__portfolio:nth-child(2n) {
        float: left;
    }
}

.PortfolioList__portfolioInner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.PortfolioList__portfolioCarousel {
    position: absolute;
    top: 0;
    bottom: 35px;
    width: 100%;
    height: auto;
}

.PortfolioList__portfolioTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7.5px;
    background: #fcfcfc;
    color: #7e3ec2;
    z-index: 5;
}
