.txtonimg-container {
    margin: 20px 0;
    display: inline-block;
    width: 100%}
.textonimage {
    display: block;
	min-height:160px;
    position: relative;
}
.textonimage img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.textonimage .toi-textbox {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
    font-family: tuitypelight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 150%);
}
.textonimage .toi-maintext {
    padding: 50px 30px 0 30px;
    font-size: 40px;
    font-weight: 700;
}
.textonimage .toi-subtext {
    padding: 0 30px 30px 30px;
    font-size: 20px;
}
.textonimage .toi-textbox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: ""}
.txtonimg-container .toi-caption {
    font-family: tuitypelight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 5px;
    color: #777;
}
@media (max-width:767px) {
    .textonimage .toi-maintext {
    font-size: 30px;
    padding: 15px 0 10px 20px;
}
.textonimage .toi-subtext {
    font-size: 20px;
    padding-left: 20px;
}
}
@media (max-width:480px) {
    .textonimage .toi-maintext {
    font-size: 30px;
}
.textonimage .toi-subtext {
    font-size: 20px;
    padding-bottom: 15px;
}
}
