.portfolio-list:nth-child(odd) .right{

    float:left;
}
.portfolio-list:nth-child(odd) .left{

    float:right;
}

.portfolio-list .portfolio-button .btn {
    border-radius: 0;
}

.portfolio-list .left {
    display: table;
    height: 100%;
}

.portfolio-list .portfolio-button {
    display: table-row;
    width: 100%;
    height: 10%;

}

.portfolio-list .portfolio-title {
    display: table-row;
    width: 100%;
    height: 20%;
    text-align: center;
    color: #cc1920;
}

.portfolio-list .portfolio-excerpt {
    text-align: center;
    padding: 20px;
    display: table-row;
    width: 100%;
    height: 70%;
}

.portfolio-list .right .watermark {
    position: absolute;
    top: 10px;
    left: 10px;
}

@media (max-width: 768px) {


    .portfolio-list:nth-child(odd) .right{

        float:none;
    }
    .portfolio-list:nth-child(odd) .left{
    
        float:none;
    }
    .portfolio-list .left {
        display: block;
        height: auto;
    }
}