/*
 * LaraClassifier - Classified Ads Web Application
 * Copyright (c) BeDigit. All Rights Reserved
 *
 * Website: https://laraclassifier.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from CodeCanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */

.intro{
	padding-bottom: 0;
    padding-top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)),url(https://nea.axemalab.com/storage/app/logo/coverdesktop.jpg);
    background-size: cover;
	background-attachment:inherit;
	}

@media (max-width: 800px) {
.intro{
	padding-bottom: 0;
    padding-top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)),url(https://nea.axemalab.com/storage/app/logo/tablet.jpg);
    background-size: cover;
	background-attachment: inherit;
	}
}
@media (max-width: 480px) {
.intro{
	padding-bottom: 0;
    padding-top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)),url(https://nea.axemalab.com/storage/app/logo/cell.jpg);
    background-size: cover;
	background-attachment: inherit;
	}
}