body.node-type-homepage #content {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border-radius: 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0; 
    -o-border-radius: 0;
}

.bx-wrapper .bx-viewport {
    left: auto !important;
    overflow: visible !important;
}

#slideshow-images {
    padding: 0 !important;
}

#slideshow-images li, #slideshow-images li img {
    width: 100% !important;
    height: auto !important;
}

#slideshow-images li img {
    border-radius: 10px;
}

ul.home_page_listing {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.home_page_listing li {
    background-color: #ebeef4;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ccc;
    display: inline-block;
    float: left;
    margin: 0 1% 15px 1%;
    width: 48%;
}

ul.home_page_listing li img {
    border-radius: 10px;
    height: auto;
    width: 100%;
}

ul.home_page_listing li h6 {
    color: #0980b8;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

body.node-type-homepage .field-name-body {
  font-size: 14px;
  background: #fff;
  padding: 2px 15px;
  border: 1px solid #ddd;
  margin: 0 0 25px 0;
  border-radius: 10px;
  color: #666;
}

@media screen and (max-width: 920px) {

}

@media screen and (max-width: 480px) {
    ul.home_page_listing li {
        float: none;
        margin: 0 auto 15px auto;
        width: auto;
        max-width: 340px;
        display: block;
    }
}