
/* - ecdc-fixes.css - */
/* https://climate-adapt.eea.europa.eu/portal_css/ecdc-fixes.css?original=1 */
.container-themes .column {
cursor: pointer;
border-radius: 20px;
position: relative;
height: 300px;
margin-bottom: 50px;
background-position: center !important;
}
@media only screen and (max-width: 992px) {
.container-themes .column {
width: 30%;
margin-bottom: 20px !important;
}
}
@media only screen and (max-width: 850px) {
.explorer-buttons {
float: none !important;
margin-bottom: 2em;
}
}
@media only screen and (max-width: 600px) {
.container-themes {
display: block !important;
margin: 20px !important;
}
.container-themes .column {
width: 100%;
}
}

