﻿@media (max-width: 575px) {
    .d-xs-grid {
        display: grid !important;
    }
    .p-xs-0 {
        padding: 0 !important;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .p-xs-1 {
        padding: .25rem !important;
    }
    .py-xs-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .px-xs-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .m-xs-1 {
        margin: .25rem !important;
    }

    .p-xs-2 {
        padding: .5rem !important;
    }

    .m-xs-2 {
        margin: .5rem !important;
    }

    .p-xs-3 {
        padding: 1rem !important;
    }

    .m-xs-3 {
        margin: 1rem !important;
    }

    .p-xs-4 {
        padding: 1.5rem !important;
    }

    .m-xs-4 {
        margin: 1.5rem !important;
    }

    .p-xs-5 {
        padding: 3rem !important;
    }

    .m-xs-6 {
        margin: 3rem !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-1 {
        margin-bottom: .25rem !important;
    }

    .mb-xs-2 {
        margin-bottom: .5rem !important;
    }

    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xs-0 {
        margin-left: 0 !important;
    }

    .ml-xs-1 {
        margin-left: .25rem !important;
    }

    .ml-xs-2 {
        margin-left: .5rem !important;
    }

    .ml-xs-3 {
        margin-left: 1rem !important;
    }

    .ml-xs-4 {
        margin-left: 1.5rem !important;
    }

    .ml-xs-5 {
        margin-left: 3rem !important;
    }

    .mr-xs-0 {
        margin-right: 0 !important;
    }

    .mr-xs-1 {
        margin-right: .25rem !important;
    }

    .mr-xs-2 {
        margin-right: .5rem !important;
    }

    .mr-xs-3 {
        margin-right: 1rem !important;
    }

    .mr-xs-4 {
        margin-right: 1.5rem !important;
    }

    .mr-xs-5 {
        margin-right: 3rem !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-1 {
        margin-top: .25rem !important;
    }

    .mt-xs-2 {
        margin-top: .5rem !important;
    }

    .mt-xs-3 {
        margin-top: 1rem !important;
    }

    .mt-xs-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xs-5 {
        margin-top: 3rem !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-1 {
        padding-bottom: .25rem !important;
    }

    .pb-xs-2 {
        padding-bottom: .5rem !important;
    }

    .pb-xs-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xs-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xs-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xs-0 {
        padding-left: 0 !important;
    }

    .pl-xs-1 {
        padding-left: .25rem !important;
    }

    .pl-xs-2 {
        padding-left: .5rem !important;
    }

    .pl-xs-3 {
        padding-left: 1rem !important;
    }

    .pl-xs-4 {
        padding-left: 1.5rem !important;
    }

    .pl-xs-5 {
        padding-left: 3rem !important;
    }

    .pr-xs-0 {
        padding-right: 0 !important;
    }

    .pr-xs-1 {
        padding-right: .25rem !important;
    }

    .pr-xs-2 {
        padding-right: .5rem !important;
    }

    .pr-xs-3 {
        padding-right: 1rem !important;
    }

    .pr-xs-4 {
        padding-right: 1.5rem !important;
    }

    .pr-xs-5 {
        padding-right: 3rem !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-1 {
        padding-top: .25rem !important;
    }

    .pt-xs-2 {
        padding-top: .5rem !important;
    }

    .pt-xs-3 {
        padding-top: 1rem !important;
    }

    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xs-5 {
        padding-top: 3rem !important;
    }

    .display-xs-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-xs-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-xs-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-xs-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-xs-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-xs-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .d-xs-none{
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .col-xs-12 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-xs-2 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20%;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    .col-xs-10 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20%;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .w-xs-100{
        width:100% !important;
    }

    .float-xs-left {
        float: left !important;
    }

    .float-xs-right {
        float: right !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
}
