@import url("fonts.css");

/* Responsive */
@media (min-width: 768px){
	.atf-inner-page-bg{
		/* background: url(../images/atf-ip-desktop.jpg) center top no-repeat; */
        background: url(../images/atf-ip-desktop.jpg);
        /* background: url(../images/atf-ip-desktop.webp);*/
		background-size: 100% auto !important;
        background-position: center top !important;
		background-attachment: fixed !important;
        background-repeat: no-repeat !important;
	}
}
@media (max-width: 767px){
	.atf-inner-page-bg{
		/*background: url(../images/atf-ip-mobile.webp);*/
        background: url(../images/atf-ip-mobile.jpg);
		background-size: 100% auto !important;
        background-position: center top !important;
		background-attachment: fixed !important;
        background-repeat: no-repeat !important;
	}
		
}