  .uc-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uc-col-lg-7, .uc-col-lg-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    box-sizing:border-box;
}

.uc-mt-1{
    margin-top:.25em!important;
}
.uc-mb-0{
    margin-bottom:0!important;
}

.uc-pl-lg-1{
    padding-left:0;
}

.uc-pr-lg-1, .uc-pr-lg-2, .uc-pr-lg-3{
    padding-right:0;
}

.uc-lg-show{
    display:none;
}
.uc-mx-2{
    margin-left:.5em;
    margin-right:.5em;
}

.uc-mt-n2{
    margin-top:-.5em!important;
}
.uc-pt-1{
    padding-top:.25em!important;
}
.uc-fad-explore-more{
    background-color: #F1F1F1;
    background-image: url('https://www.canberra.edu.au/?a=1946800');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom center;
    backface-visibility: hidden;
    height: 100%;
}

@media(min-width:992px) and (max-width:1220px){
    .uc-fad-explore-more{
        background-size:60%;
    }
}

@media (min-width: 992px){
    .uc-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .uc-col-lg-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;        
    }
    .uc-pl-lg-1{
        padding-left:.25em!important;
    }
    .uc-pr-lg-1{
        padding-right:.25em!important;
    }
    .uc-pr-lg-2{
        padding-right:.5em!important;
    }
    .uc-pr-lg-3{
        padding-right:.75em!important;
    }
    .uc-lg-show{
        display:block;
    }
}
