Nota: Després de desar, heu de netejar la memòria cau del navegador per veure els canvis. En la majoria de navegadors amb Windows o Linux, premeu Ctrl+F5 o bé premeu Shift i cliqueu el botó "Actualitza" (Ctrl i "Actualitza" amb Internet Explorer). Vegeu més informació i instruccions per a cada navegador a Viquipèdia:Neteja de la memòria cau.

.bloc-esq-noticies{
  display:flex;
  flex-direction:column;
  flex:1 1 0;
  width:59.5%;
  margin-right:0.5%;
}

.bloc-rdc-noticies{
  width:40%;
  display:flex;
  flex-direction:column;
  flex:1 1 0;
}

.caixa-flex{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  min-width:100%;
}

.bloc-esquerra{
  display:flex;
  flex-direction:column;
  min-width:550px;
  flex:1 1 0;
  width:49.5%;
  margin-right:0.5%;
}

.bloc-dreta{
  width:50%;
  display:flex;
  flex-direction:column;
  min-width:550px;
  flex:1 1 0;

}

.reqport{
  box-shadow: 0 0 0.3rem #999;
  padding:10px;
  margin-bottom:10px;
  flex:1 1 0;
}

/* ---- Part antiga ---- */
.imatge-dreta {
    position: relative;
    overflow: hidden;
    max-width: 98%; 
    min-width: 98%;
    height: 10vh;
    width:98%;
    display:inline-block;
    object-fit: contain;
}
.imatge-dreta img {
	display: block;
    position:absolute;
    vertical-align:top;
    max-width: 100%;
    min-height:10vh;
    height: auto;
    width:auto;
    object-fit: cover;
}

.imatge-mesvist {
    position: relative;
    overflow: hidden;
    max-width: 24.2%; 
    min-width: 24.2%;
    height: 25%;
    width:24.2%;
    display:inline-block;
    object-fit: contain;
}
.imatge-mesvist img {
	display: block;
    position:absolute;
    vertical-align:top;
    max-width: 100%;
    min-height:25vh;
    height: auto;
    width:auto;
    object-fit: cover;
}
.requadre-portada {
	box-shadow: 0 0 0.3rem #999;
	padding: 1rem;
	margin-bottom: 1.25rem;
}

.requadre-carousel {
	margin-bottom: 1.25rem;
}

.banda-left,
.banda-right {
	box-sizing: border-box;
}

.banda-left {
	float:left;
	padding-right: 1.2rem;
}

.banda-right {
	float:right;
}

#caixa-mare {
	margin-top: 1rem;
}

#caixa-mare .banda-left {
	width: 50%;
}

#caixa-mare .banda-right {
	width: 50%;
}
#caixa-mare:after {
	clear: both;
	display: table;
	content: '';
}

/* salts */
@media (max-width: 1200px) {
	.banda-left,
	.banda-right {
		float: none;
		width: auto !important;
	}
	.banda-left {
		padding-right: 0;
	}
}

@media (min-width: 1201px) {
	#caixa-mare {
		display: flex;
	}
	#caixa-mare .banda-left,
	#caixa-mare .banda-right {
		display: flex;
		flex-direction: column;
	}
	.requadre-portada:nth-child(1) {
		flex-grow: 1;
	}
	.requadre-portada:nth-child(2) {
		flex-grow: 2;
	}
	.requadre-portada:nth-child(3) {
		flex-grow: 3;
	}
	.requadre-carousel:nth-child(1) {
		flex-grow: 1;
	}
	.requadre-carousel:nth-child(2) {
		flex-grow: 2;
	}
	.requadre-carousel:nth-child(3) {
		flex-grow: 3;
	}
}

/* notícies via can :eu */
.imatge-act {
    position: relative;
    overflow: hidden;
    max-width: 1000px; 
    min-width: 100%;
    height: 100%;
    width:100%;
}
.imatge-act img {
	display: block;
    position:absolute;
    vertical-align:top;
    max-width: 100%;
    min-height:25vh;
    height: auto;
    width:auto;
    object-fit: cover;
}

.mf-mobile-only {
    display: none;
}