@media (max-width: 767px) {
	/* Mobile Device */
    .banner-bottom{
        padding-top: 25px;
    }
    .videos img {
        max-width: 100%;
    }
    .slide-desc {
        left: 8%;
        top: 50%;
        display: none !important;
    }
    .subpage .left form {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	/* Small Device */
	.app-download {
        background: #dbdbdb;
    }
    .banner-form {
		margin-top:-372px;
	}
    .banner-form input, 
    .banner-form select{
        height: 22px;
        font-size: 12px;
    }
    .videos img {
        max-width: 100%;
    }
    .slide-desc {
        left: 8%;
        top: 22%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* Medium Device */
	.app-download {
        background: #dbdbdb;
    }
}
@media (min-width: 1200px) {
	/* Large Device */
	.banner-form {
		margin-top:-755px;
	}
    .app-download {
        background: #dbdbdb;
    }
    .slide-desc {
        left: 8%;
        top: 50%;
    }
    .subpage .left form {
        width: 60%;
    }
}

@media (max-width: 640px) {
	/* Medium Device */
	.img-4-res a img {
        margin-bottom: 10px;
		text-align:center;
	}
}