﻿@media only screen and (min-width: 992px) {

    .lg-width-25 {
        width: 25%;
    }

    .lg-width-30 {
        width: 25%;
    }

    .lg-width-40 {
        width: 25%;
    }

    .lg-width-50 {
        width: 50%;
    }

}