.cabecera-modal{
	background-image: url('/canal/templates/comunidad/imagenes/cabecera-modal.jpg');  
	min-height: 270px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

@media (max-width: 480px) {
	.cabecera-modal{
		background-image: url('/canal/templates/comunidad/imagenes/cabecera-modal.jpg');  
		min-height: 104px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover !important;
	}
	.cabecera-modal span {
	    font-size: 17px;
		margin-right: 0;
	}
	.cabecera-modal .icon-cerrar-smartphone {
		font-size: 15px;
		top: 5px;
	}
	.close {
		opacity: .6;
	}
}