.prod-card{
    margin-bottom: 20px;
}

.prod-card a{
	display: block;
	height: 200px;
    margin-bottom: 20px;
}

.prod-card .prod-card-title{
    font-size: 24px;
    color: #004376;
}

.prod-detail{
	padding: 40px 60px !important;
}

.carousel-item:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: rgba(0,0,0,0.5);
}

.carousel-caption h4{
	font-size: 2.5rem;
}

@media(max-width:1000px) {
    .carousel-bg-img {
    	height: 360px;
    }
	.carousel-caption h4{
		font-size: 2rem;
	}
	.carousel-item:after{
		height: 360px;
	}
}

@media(max-width:480px) {
    .carousel-bg-img {
    	height: 240px;
    }
	.carousel-caption h4{
		font-size: 1.5rem;
	}
}

.prod-card.d-block.d-sm-none .row{
	text-align: center;

}

.prod-card.d-block.d-sm-none .row .col-xs-12{
	width: 100%;
	
}