	.gold-buttons {
		
		width: 100%;
		/*background-color: rgba(51, 170, 51, .4);   10% opaque green */ 
		background-color: rgba(255, 255, 255, .4); /*  10% opaque green */ 
		padding: 10px;
		position: relative;
		top: 15px;
		z-index: 1;

	}					
		
 @media screen and (max-width: 750px) {
	 .gold-buttons {
		 position: relative;
		 top: -5px;
		/*raul - 1-29-2019 - to compensate the video-image swap */
	}
	 

}
	
	/* raul WARNING - 1-31-2019 - This is not for mobile but for any non-mobile screen. It had to bee added to remove float: right: on the fly */
@media only screen and (min-width: 767px) {
	 .botones {
      float: right;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

}
	
	
@media only screen and (max-width: 767px) {
	 .botones {

	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

}
	
	
	
	
	
	.btn-blinn {
		background-color: #fdb813; 
		color: #000; 
		font-family: oswald; 
		font-weight: bold; 
		border: none; 
		border-radius: 0px; 
		-webkit-border-radius: 0px; 
		-moz-border-radius: 0px;
		
	}