/* tellmemore css */

.bni_logo img {
    width: 350px;
    height: auto;
}

@media only screen and (max-width: 993px) {
    .bni_logo img {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width:577px){
    .amazingcarousel-next,
    .amazingcarousel-prev {
        display:none !important;
    }
}
