  
/***************
** Tablet Portrait
***************/

@media only screen and (min-width: 768px) {

    /***************
    ** Slider
    ***************/
    section.slider .angle
    {
        background:rgba(0,0,0,0.50);
        position: absolute;
        left:0;
        top:0;
        width:80%;
        height:100%;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    }


    /***************
    ** Services
    ***************/
    section.shapes .service-thumbnail>.service-img-container
    {
        height:350px;
    }

    /***************
    ** Dynamic columns - pinterest style
    ***************/
    div.columns-row
    {
        column-count: 2;
        column-gap: 0.5rem;
    }
    div.columns-row>div.columns-col
    {
        display:inline-block;
    }

}