﻿



@media only screen {
    .rc-small10-10 {
        position: relative;
        width: 100;
    }
}

@media only screen and (min-width:40.063em) {
    .rc-medium10-5 {
        position: relative;
        width: 50%;
    }

    .rc-medium10-10 {
        position: relative;
        width: 100%;
    }
}

@media only screen and (min-width:50.063em) {
    .rc-medium10-2 {
        position: relative;
        width: 20%;
    }
    
    .rc-medium10-4 {
        position: relative;
        width: 40%;
    }
    
    .rc-medium10-6 {
        position: relative;
        width: 60%;
    }

    .rc-medium10-10 {
        position: relative;
        width: 100%;
    }
}

@media only screen and (min-width:68em) {
    .rc-large10-2 {
        position: relative;
        width: 20%;
    }

    .rc-large10-4 {
        position: relative;
        width: 40%;
    }
        
    .rc-large-6 {
        position: relative;
        width: 60%;
    }


    .rc-large10-10 {
        position: relative;
        width: 100%;
    }
}
