/* custom css */
.caption-wrapper >.container > .caption{
	color: white;
	background: linear-gradient(to right, rgba(0,0,0, .3), #C8102E);
	 border-radius: 5px;
}
@media (max-width: 767px)
	{
.caption-wrapper >.container > .caption{
	background: rgb(255, 249, 217) !important;
    color: #54585A;
}
	}