﻿@media screen and (max-width : 767px) {
    .cycle_banner_container{
        max-height: 90vh;
    }

    .banner_bg {
        filter: brightness(0.8);
    }
    .banner_item_description_column{
        /*bottom: 10em;
        top: auto;*/

    }
}

@media screen and (max-width: 500px) {
    .banner_item_description h1{
        font-size: 42px !important;
    }

    #header .header_text {
        position: unset;
        top: 59px;
        transition: all .5s ease;
        padding: 5px 0;
    }
}
