/*===============================================
    FEATURE IMAGES GET SET AND DROPPED OFF HERE.
================================================*/

@media (min-width: 991px) and  (max-width: 1399px) {
	#features .hasBackground{
	    background-size: auto 100%;
	    background-position: top left;
	    background-repeat: no-repeat;
	}

	.understandingYourSalary{
	    background-image:url('../../img/features/understanding-your-salary.jpg');
	}

	.informationAboutTrust{
	    background-image:url('../../img/features/information-about-trusts.jpg');
	}

	.divorceFinancialPlanning{
	    background-image:url('../../img/features/divorce-finacial-planning.jpg');
	}

	.basicFinancialPlanning{
	    background-image:url('../../img/features/basic-finacial-planning.jpg');
	}

}

@media (min-width: 1400px) {
	#features .hasBackground{
	    background-size: 55% auto;
	    background-position: top left;
	    background-repeat: no-repeat;
	}

	.understandingYourSalary{
	    background-image:url('../../img/features/understanding-your-salary-large.jpg');
        background-repeat: no-repeat;
	}

	.informationAboutTrust{
	    background-image:url('../../img/features/information-about-trusts-large.jpg');
        background-repeat: no-repeat;
	}

	.divorceFinancialPlanning{
	    background-image:url('../../img/features/divorce-finacial-planning-large.jpg');
        background-repeat: no-repeat;
	}

	.basicFinancialPlanning{
	    background-image:url('../../img/features/basic-finacial-planning-large.jpg');
        background-repeat: no-repeat;
	}
}

/* FULL HD DEVICES - ADOPTS FROM lg.css */
@media (min-width: 1600px) {
    .carousel-inner {
        height: 530px;
        max-height: 530px;
    }
}