
#BrandsNaut{
	position: relative;
	width: 100%;
	height: 320px;
	
	
	background: url("../Assets/Brands/BrandsNaut.png") no-repeat center right;
	background-size: contain;
}



.BrandHolder{
	margin-bottom: 30px;
	position: relative;

	width: 100%;
	height: 262px;
	max-width: 272px;
	max-height: 262px;
	background-color: #f9f9f9;
	
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;  
	text-align: center;
}

.BrandsBTT{
	display: inline-block;	
	top: 210px;
}

.BrandsLogos{

	position: absolute;
	width: 100%;
	height: 100%;

}

#GabbysLogo{
	background: url("../Assets/Brands/Gabbyslogo.png") no-repeat center center;
	background-size: contain;
	margin: 0 20px;
    width: calc(100% - 40px);
    margin-top: -30px;
}

#BingLogo{
	background: url("../Assets/Brands/Binglogo.png") no-repeat center center;
	background-size: contain;
	margin-top: -30px;
}

#ScreechersLogo{
	background: url("../Assets/Brands/Screecherlogo.png") no-repeat center center;
	background-size: contain;
	margin-top: -30px;
}

#PokemonLogo{
	background: url("../Assets/Brands/Pokemonlogo.png") no-repeat center center;
	background-size: contain;
	margin-top: -30px;
}

#SquishmallowsLogo{
	background: url("../Assets/Brands/Squishmallowslogo.png") no-repeat center center;
	background-size: contain;
	margin-top: -30px;
}

#CoCoLogo{
	background: url("../Assets/Brands/CoCologo.png") no-repeat center center;
	background-size: contain;
	margin-top: -30px;
}

#BatmanLogo{
	background: url("../Assets/Brands/Batmanlogo.png") no-repeat center center;
	background-size: contain;
	height: 70%;
    	margin-top: 20px;
}

#HatchimalsLogo{
	background: url("../Assets/Brands/Hatchimalslogo.png") no-repeat center center;
	background-size: contain;
}

#RainbocornsLogo{
	background: url("../Assets/Brands/Rainbocornslogo.png") no-repeat center center;
	background-size: contain;
}

#SparkleGirlzLogo{
	background: url("../Assets/Brands/SparkleGirlzlogo.png") no-repeat center center;
	background-size: contain;
}

#RevNRollLogo{
	background: url("../Assets/Brands/R&Rlogo.png") no-repeat center center;
	background-size: contain;
}

#KineticLogo{
	background: url("../Assets/Brands/Kinetic_Logo.png") no-repeat center center;
	background-size: contain;
}

#CoolLogo{
	background: url("../Assets/Brands/CM_Logo.png") no-repeat center center;
	background-size: contain;
}

#PJLogo{
	background: url("../Assets/Brands/PJ_Logo.png") no-repeat center center;
	background-size: contain;
}

#SWLogo{
	background: url("../Assets/Brands/SW_Logo.png") no-repeat center center;
	background-size: contain;
	}

#NadoLogo{
	background: url("../Assets/Brands/NadoLogo.png") no-repeat center center;
	background-size: contain;
	}

#MasaLogo{
	background: url("../Assets/Brands/Masa_Logo.png") no-repeat center center;
	background-size: contain;
	}	

#RobloxLogo{
	background: url("../Assets/Brands/Roblox_Logo.png") no-repeat center center;
	background-size: contain;
	}		

#PawLogo{
	background: url("../Assets/Brands/PawLogo.png") no-repeat center center;
	background-size: contain;
	}	
	
#PeppaLogo{
	background: url("../Assets/Brands/PeppaLogo.png") no-repeat center center;
	background-size: contain;
	}	

#GlimmesLogo{
	background: url("../Assets/Brands/GlimmesLogo.png") no-repeat center center;
	background-size: contain;
	}	

#DoktoricaLogo{
	background: url("../Assets/Brands/DoktoricaLogo.png") no-repeat center center;
	background-size: contain;
	}		

#FrozenLogo{
	background: url("../Assets/Brands/FrozenLogo.png") no-repeat center center;
	background-size: contain;
	}	



@media screen and (max-width :800px){

}

