/* Play station banner */
#global .hero .play-station-banner .banner::before { background: unset; }
#global .hero .play-station-banner .container-fluid { margin: 0 auto; }
#global .hero .play-station-banner article p { text-align: center; }
#global .hero .play-station-banner article h2 { text-align: center; }
/* #global .hero .play-station-banner article footer { width: 100%; } */
#global .hero .play-station-banner article footer a:nth-child(2) { float: right; }
/* Play station banner end*/

/* June banner */
#global .hero .june-banner .banner::before { background: unset; }
/* June banner end*/


.verb-video{
	object-fit: cover;
}

.highlights.logo figure {
  background-size: 80%;
}

@media only screen and (max-height:900px){
	
	#global .hero .banner{padding:200px 0 0;}
}

@media only screen and (max-height:650px) and (max-width:600px){
	
	#global .hero .banner{padding:100px 0 0;}
	
	#global .hero h2{font-size:20px; line-height:22px;}
	p{font-size:15px}
}

@media only screen and (max-width:350px){
	
	#global .hero .banner{padding:100px 0 0;}
	
	#global .hero h2{font-size:20px; line-height:22px;}
	p{font-size:15px}
}

@media only screen and (max-width:767px){
	#global .mobile-navigation {
		position: fixed;
	}
}
#global .mobile-navigation {
	position: fixed;
	z-index: 100;
}
#global .top-margin {
	top:0;
}
#products-navigation ul ul{
	z-index:100;
}

#main-header .ex-logo{
	max-width: 110px; 
	padding-right: 4px;
	padding-left: 3px;
	margin-top: 10px;
}

@media only screen and (max-width:812px){
	#global .hero .banner{
		align-items: unset !important;
	}
	#main-header .ex-logo{
		max-width: 75px; 
		padding-right: 0px;
		padding-left: 3px;
		margin-top: 0px;
	}
}

@media only screen and (max-width:786px){
	.prod-head{
		height: auto !important;
	}
	
	.prod-sub{
		height: auto !important;
	}
}

@media only screen and (max-width:428px){
	#main-header .ex-logo{
		max-width: 65px; 
		padding-right: 0px;
		padding-left: 3px;
		margin-top: 0px;
	}
}

@media only screen and (max-width:1024px){
	.verb-video{
		object-fit: contain;
	}
}

@media only screen and (max-width: 1190px){
	.christmas-banner .banner{
	  background-position: center !important;
	  background-size: contain !important;
	}
}
