/* @override http://localhost:4000/assets/css/features.css */

#features {
    position: relative;
    height: 302px;
}

#features .container {
    overflow: scroll;
}
#features .container .row {
    margin-bottom: 0;
}

#features-content {
    float: left;
    margin-right: -999999px;
}

#features .carousel-control {
	top: 45%;
    background: #b6c7cb;
}

@media (min-width: 768px) and (max-width: 979px) {
    #features {
        height: 282px;
    }
}

@media (max-width: 767px) {
	/* Disable scrolling */
    #features {
        height: auto;
    }
    #features-content {
        float: none;
        margin-right: inherit;
    }
    #features .carousel-control {
        display: none;
    }
}
