/* Tablet / kisebb laptop */
@media (min-width: 1200px) {
.home-hero{
   background-image: url(../images/headers/ride.hu-eredeti-bmx-background-hatterkep.jpg);
}



}

/* Tablet */
@media (max-width: 992px) {
	section.home-calendar-section {
    display: none;
}

}

/* Mobil */
@media (max-width: 768px) {

button.ride-tools-drawer-toggle {
    display: none;
}
    .home-hero p, .home-intro p {
        font-size: 12px;
        text-align: left;

}
}

/* Kis mobil */
@media (max-width: 480px) {
.home-hero{
    background-image: url(../images/headers/ride.hu-eredeti-bmx-background-hatterkep-mobilra.webp);
	align-items: normal;
}
.home-hero-content {margin: 15vh auto 0px;}
#footer {font-size:9px;}
.DivBal, .DivCenter1, .DivCenter2, .DivJobb {
        flex-direction: row;
    }
}