/*--------- Container text cu titlu -------------------------------*/	
	
	
	.div_antet2_lg{
		
		/*background: url(../../../images/antet_lg_jp.jpg);*/
		background: url(../../../images/bannerAniversar_stema.jpg);
		background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /*background-size: cover;  Resize the background image to cover the entire container */
		background-size: 100% 100%;
		color:black;
		min-height:450px;
		/* */
		
	}
	 
	      .div_antet2_lg h1{
			  font-weight: bold		  
		  }
		  
		  
    .stema_antet2_lg img{
        padding:15%;
		
		cursor:default ;
		height:20%;
		
		
		
    }	

    .div_antet2_md {
		background: url(../../../images/antet_md_jp.jpg);
		background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
		background-size: auto;
		color:black;		
	}	
	
	.div_antet2_sm {
		background: url(../../../images/antet_sm_jp3.jpg);
		background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /*background-size: cover; /* Resize the background image to cover the entire container */
		background-size: auto;
		color:black;		
	}

    .stema_antet2_sm{
        padding:20px;
    }