/* PORTADA PREMIUM */
.new__topic {
	display: none !important;
}
.opening.opening--type-premium:first-child {
    padding-top: 150px;
    background-image: url(https://www.lne.es/estaticos/custom/img/mas-domingo.png);
    background-repeat: no-repeat;
    background-position: 15px 30px;
}

@media (max-width: 767px) {

.opening.opening--type-premium:first-child {
    padding-top: 120px;
    background-repeat: no-repeat;
	background-size: 200px;
}
[class*=mobile-list--type-].list .lst .lst__block {
	min-height: 95px;
}
}
/* FIN PORTADA PREMIUM */