@charset "UTF-8";
/* CSS Document */

#txtIMGgigs .rounded_corners { 
    -moz-border-radius: 20px 20px 20px 20px; 
    -webkit-border-radius: 20px 20px 20px 20px; 
    -khtml-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

#txtIMGgigs .images { float: none; width: 98%; margin: 10px auto; vertical-align: top; display: block; }
#txtIMGgigs .txt { float: none; width: 98%; margin: 10px auto; vertical-align: top; display: block; }

#txtIMGgigs .box211 { 
    width:98%;
    vertical-align: text-top;
    display:block;
    margin:0 0 15px 0.5%;
    text-align: left;
}

    /* iPad Layout: 481px and above. */
    @media only screen and (min-width: 481px) {



    }

        /* webpage Layout: 769px and above. */
        @media only screen and (min-width: 769px) {

            #txtIMGgigs .images { float: right; width: 45%; vertical-align: top; display: inline-block; }
            /* #txtIMGgigs .txt { float: left; width: 53%; vertical-align: top; display: inline-block; } */
            #txtIMGgigs .txt { float: none; width: 99%; vertical-align: top; display: inline-block; }

            #txtIMGgigs .box211 {
                display:inline-block;
                width: 48.5%;
            }




        }