@charset "utf-8";
.ca-bg-img img{
display:block;
width:90%;
margin:0 auto;
mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
 -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}
.ca-bg-img p {
font-family: OpenSans_Condensed--Bold;
text-transform: uppercase;
font-size: 4rem;
line-height: 4rem;
text-align: center;
margin:0;
position: relative;
z-index:1;
}
.ca-bg-img .top {
font-size: 6rem;
line-height: 5.5rem;
top:15px;
}
.ca-bg-img .bottom {
bottom:30px;
}
@media only screen and (max-width: 760px) {
.ca-bg-img img{}
.ca-bg-img p {}
.ca-bg-img .top {
font-size: 6rem;
line-height: 5.5rem;
}
.ca-bg-img .bottom {}
}

