@media all and (max-width: 1024px) {

	
/*=========================================================================================
	
	Main Banner Options

=========================================================================================*/
	
	/*----------------------------------------
		Big Banner
	----------------------------------------*/
	
	.main-banner-mobile {
		display: block;
	}
	.main-banner-desktop {
		display: none;
	}
	.main-banner ul.slides li {
		position: relative;
		width: 100%;
		height: auto;
		background-size: cover;
		background-position: 40% 40%;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	.main-banner ul.flex-direction-nav li {
		opacity: 1;
	}
	.text-box {
		opacity: 1;
	}
	.text-box h1 {
		top: 0;
	}
	.text-box p {
		bottom: 0;
	}
	.text-box a:link, .text-box a:visited {
		top: 0;
	}
	
	
	/*-----------------------------------
		Product Banner  ::  Simple
	-----------------------------------*/
	
	.Product_SimpleBanner_BackgroundImage_desktop {
		background-size: 130% !important;
	}
	.Product_SimpleBanner_BackgroundImage_desktop {
		display: none;
	}
	.Product_SimpleBanner_BackgroundImage_mobile {
		display: block;
	}
	
	
	/*-----------------------------------
		  1 Col  -  Parallax Image  ------*/
	
	
	.TransitionImage-Box {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	.transitio-image-desktop {
		display: none;
	}
	.transitio-image-tablet {
		display: block;
	}

}