/*
Theme Name: Base WP Theme
Description: A personal custom starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aa_base
*/

@media (max-width: 960px) {
	.hero-slider {
		height: 50vh !important;
	}
}

@media (max-width: 960px) {
	.hero-page {
		background-position: center !important;
	}
}

@media (max-width: 960px) {
	#main-loader .loading-part.bottom-part {
		bottom: 40px !important;
	}
	.bottom {
		position: absolute !important;
		top: 30vw !important;
		height: 100% !important;
	}
}