@media screen and (max-width: 40em) {
    
    .navbar-toggler-icon {
        width: 1.4em;
        height: 1.4em;
        margin-top: 5px;
    }
    
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .brand-bar {
        background: #000;
    }
    
    .hero-slider {
        margin-top: 55px;
    }

    .looping {
        padding:0;
        margin:0;
        border-right:none!important;
    }
    
    .navbar {
        padding:5px 0;
    }
    
    .loop-sections {
        min-height: 50px;
    }

    .loop-bar {
        display: none;
    }

    .sfa-logo a {
        min-width: 250px;
        height:26px;
        margin-right: 0;
        background: url(../img/logo-SFA2018-compact.svg) no-repeat;
        background-size: contain;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .logo-jakandjil {
        position: inherit;
        float: none;
        margin:15px auto 0 auto;
        width: 55px;
        height: 30px;
    }
    
    .hero-item {
        height: 330px;
    }
    
    .main-button {
        font-size: 1.2em;
        padding: 5px 10px;
    }
    
    .container-inside p {
        font-size: .8em;
        margin: 0;
    }
    
    .area-button-register .button-register-side { 
        font-size: 1.2rem;
        padding: 5px 20px;
    }
    .area-button-register .free {
        margin: 5px 0 0 0;
    }
    
    .loop-sections h2 {
        min-height: 40px;
    }
    
    .loop-sections.active h2 span {
        font-size: 25px;
    }
    
    .list-logos li,
    .list-juri li {
        width: 45%;
        margin: 0 5px 5px 0;
        float: left;
    }
    
    .list-juri li  {
        min-height: 250px;
    }
    .list-juri li img {
        max-width: 100%;
    }
    #the-date {
        font-size: .9em;
    }
    
    .container-inside {
       
    }
    .full-image {
        height: 400px;
    }
    
    p.cite-post {
        width: 90%;
        left: 0%;
        padding-left: 10%;
        margin-left: 0;
    }
    
    .hero-slider {
    position: relative;
    z-index: 10;
    min-height: 18px;
    height: 140px;
    background: #000;
    }
    
    .rslides {
        height: 140px;
    }
    
    .hero-item {
        width: 100%;
        height:140px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

}