   .thamestime {
		top: 10px;
		width: 350px;
		right: 210px;
		bottom: unset;
    }
	
	.thamestime--texttop {
		font-size: 0.6rem;
		letter-spacing: 0.1rem;
   }
   
   .thamestime--textbelow {
		font-size: 1.4REM;
   }
   
   .thamestime2 {
			font-size: 0.8rem;
			top: 0px;
			width: 500px;
			bottom: unset;
			margin: 0 0 0 150px;
    }
	
	
	@media (max-width: 1024px){
		
		.herobanner .item {
			box-shadow: inset 0px 30px 80px 10px rgba(0, 0, 0, 0.4);
		}
		

		.thamestime--texttop {
			font-size: 0.5rem;
			letter-spacing: 0.1rem;
		}
			   
		.thamestime--textbelow {
			font-size: 1.3rem;
		}
	   
		.thamestime2 {
			font-size: 0.7rem;
			
		}

	  
	  
	}