/* Add here all your css styles (customizations) */
#banner-desktop {
	    display:block;
	}
	#banner-mobile {
	    display:none;
	}
	.btn-video{
		text-decoration: none!important;
		color: black!important;
		text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);	
		font-weight: bold;
		width: 100%;
		display: block;
	}
	.capa-video{
		 z-index: 9999;
	    text-align: center;
	    position: absolute;
	    bottom: 12%;
	    left: 5%;
	    padding: 15px;
	    border-radius: 15px 15px 0 0;
	}
@media screen and (max-width: 800px) {
  
	#banner-desktop {
	    display:none;
	}
	#banner-mobile {
	    display:block;
	}
	.btn-video{
	
		color: white!important;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);		
	}
	.capa-video{
		bottom: 2%;
	    left: 2%;

	}
}