.temple-parent{
    background: white;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-bottom: none;
}

.temple-parent .temple-banner{
    margin: 5px 0px 10px;
    min-height: 60px;
    padding: 0 10px;
    background: #CDE7FE;
}

.temple-parent .img-container img{
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 60px;
    z-index: 1;
}

.temple-parent .text-container h3{
    font-size: 14px;
    width: 80%;
    line-height: 18px;
    padding: 10px 0;
    z-index: 9999;
}
.temple-parent .text-container{
    z-index: 9999;
    position: relative;
}

.temple-parent .temple-banner{
    cursor:pointer;
}

@media(max-width: 479px) and (min-width: 320px) {
    .temple-parent .text-container h3{ /** To Avoid Text From Getting Overlapped With Image**/
        width:70%;
    }
}