/*
Corporate Events
*/

.individual-services-common {
    width: 100%;
    padding: 0 7%;
    margin: 0;
    max-width: 100%;
	background-image: url("../../images/background/services3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Background Image - Mobile View */
@media all and (max-width:480px) {
    .individual-services-common {
        width: 100%;
        padding: 0 7%;
        margin: 0;
        max-width: 100%;
        background-image: url("../../images/background/services3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        font-size:15pt;
        resize: both;
        overflow: scroll;
        background-position: center;
        background-attachment: scroll;
    }
}