.image-background-box {
    width: 100%;
    height: 450px;
    background-color: #ffffff;
}
.image-background-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-info {
    text-align: center;
    margin: 10px 0px;
}
.container {
    padding-top: 10px!important;
}
.et_post_meta_wrapper > .entry-title {
    display: none;
}
.post-breadcumb-background {
    border-bottom: 1px solid rgba(204,204,204,0.25);
    -webkit-box-shadow: 1px 2px 15px -8px rgba(0,0,0,0.1); 
    box-shadow: 1px 2px 15px -8px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}
.single-title {
    margin: 40px 0px;
}
#reviews table.form_table {
    border: none !important;
}
#reviews .entry-content {
    border: none !important;
}
#reviews tr td {
    border: none !important;
}