html {
	height: auto;
  }
  
  .div-hero-logo-franchise {
	display: block !important;
  }
  
  
  body {
	/* background-image: linear-gradient( #5DAF14, #0D176F); */
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #0E4270;
  }
  
  body .hero-gta {
	background-image: url(/app/templates/default/images/SteamModulo1.jpg);
	height: 725px;
	padding-top: 90px;
  }
  
  .section-3-video-gta {
	height: 600px;
	background-image: url(/app/templates/default/images/SteamModulo3.jpg);
  }

  .card {
	width: 155px !important;
  }
  
  div.hero-gta div.w-col {
	float: right;
	width:auto;
  }
  
  
  .section-6 {
	height: auto;
	}
	
	.section-2-categories .card {
		margin-bottom: 30px;
	}
	

	.container-5 {
		height: auto;
	}
  
  /* .section-2-categories {
	display:none;
  } */
  
  
  @media screen and (max-width: 569px) {
	body .hero-gta {
	  background-position-x: -145px;
	}
  
	.section-3-video-gta {
	  padding-top: 210px;
	}
	
  }
  
  
  @media screen and (max-width: 540px) {
  
	.section-3-video-gta {
	  background-position-x: -677px;
	}
	
  }
  
  
  
  
  