/*

Theme Name: MakesCents

*/

@font-face {
  font-family: 'Avenir LT Std';
  src: url('assets/fonts/AvenirLTStd-Medium.eot');
  src: url('assets/fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('assets/fonts/AvenirLTStd-Medium.woff') format('woff'), url('assets/fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('assets/fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Light.eot');
  src: url('assets/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Gilroy-Light.woff2') format('woff2'), url('assets/fonts/Gilroy-Light.woff') format('woff'), url('assets/fonts/Gilroy-Light.ttf') format('truetype'), url('assets/fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Regular.eot');
  src: url('assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Gilroy-Regular.woff2') format('woff2'), url('assets/fonts/Gilroy-Regular.woff') format('woff'), url('assets/fonts/Gilroy-Regular.ttf') format('truetype'), url('assets/fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Medium.eot');
  src: url('assets/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Gilroy-Medium.woff2') format('woff2'), url('assets/fonts/Gilroy-Medium.woff') format('woff'), url('assets/fonts/Gilroy-Medium.ttf') format('truetype'), url('assets/fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-SemiBold.eot');
  src: url('assets/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Gilroy-SemiBold.woff2') format('woff2'), url('assets/fonts/Gilroy-SemiBold.woff') format('woff'), url('assets/fonts/Gilroy-SemiBold.ttf') format('truetype'), url('assets/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Bold.eot');
  src: url('assets/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Gilroy-Bold.woff2') format('woff2'), url('assets/fonts/Gilroy-Bold.woff') format('woff'), url('assets/fonts/Gilroy-Bold.ttf') format('truetype'), url('assets/fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 1.2;
}
/* Nav */

.navbar {
  background: #12122D !important;
  padding: 15px 0;
}
.navbar-nav:before, .footer_nav:before {
  content: "";
  width: 32px;
  height: 42px;
  background-image: url(//makescents.com.au/wp-content/uploads/2020/06/right_arrow.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 12px;
  background-repeat: no-repeat;
  display: none;
}
.navbar-dark .navbar-nav>li:first-child>a, #navbar_footer .nav-item:nth-child(1)>a {
  color: #0ACC73 !important;
}
.navbar-dark .navbar-nav>li:first-child>a:hover, #navbar_footer .nav-item:nth-child(1)>a:hover{
	border-color: #0ACC73 !important;
}
.navbar-dark .navbar-nav>li:nth-child(2)>a, #navbar_footer .nav-item:nth-child(2)>a {
  color: #2C96EE !important;
}
.navbar-dark .navbar-nav>li:nth-child(2)>a:hover, #navbar_footer .nav-item:nth-child(2)>a:hover{
	border-color: #2C96EE !important;
}
.navbar-dark .navbar-nav>li:nth-child(3)>a, #navbar_footer .nav-item:nth-child(3)>a {
  color: #F0D240 !important;
}
.navbar-dark .navbar-nav>li:nth-child(3)>a:hover, #navbar_footer .nav-item:nth-child(3)>a:hover {
	border-color: #F0D240 !important;
}
.navbar-dark .navbar-nav>li:nth-child(4)>a, #navbar_footer .nav-item:nth-child(4)>a {
  color: #FF4E44 !important;
}
.navbar-dark .navbar-nav>li:nth-child(4)>a:hover, #navbar_footer .nav-item:nth-child(4)>a:hover {
border-color: #FF4E44 !important;
}
.navbar-dark .navbar-nav>li:nth-child(5)>a, #navbar_footer .nav-item:nth-child(5)>a {
  color: #895CED !important;
}
.navbar-dark .navbar-nav>li:nth-child(5)>a:hover, #navbar_footer .nav-item:nth-child(5)>a:hover{
	border-color: #895CED !important;
}
.navbar-nav {
  padding-left: 40px;
  position: relative;
}
#brand {
  max-width: 220px;
}
.footer_nav {
  position: relative;
  margin-bottom: 0;
}
#navbar_footer .nav-item {
  display: inline-block;
}
#navbar_footer .nav-item a {
  padding-right: .5rem;
  padding-left: .5rem;
}
header .nav-item a.nav-link {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px !important;
}
.footer_quicklink a:hover {
  color: #FFF;
}
a.nav-link {
  font-size: 18px;
}
/* color */

.white {
  color: #FFF
}
.dark {
  color: #12122D
}
.yellow {
  color: #F0D241;
}
.red {
  color: #FF4E43;
}
.purple {
  color: #895CED
}
.green {
  color: #0ACC73
}
.blue {
  color: #2C96EE
}
.lightblue{
	color: #8ae1e7
}
.black {
  color: #12122D
}
.button_block {
  margin-top: 30px
}
.outline {
  border: 1.5px solid;
}
.single_btn {
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
}
/** Global **/

/** Footer **/

footer {
  background: #12122D
}
.footer_copyright {
  color: #5B6477;
  font-size: 11px;
}
.footer_quicklink a {
  color: #FEFEFE;
  font-size: 16px;
}
.footer_copyright a {
    color: #00a9ff;
}
.footer_copyright a:hover{
	color:#FFF
}
.footer_quicklink ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.footer_quicklink ul {
  padding-left: 0;
  margin-top: 40px;
}
/** Extra **/

.pb-6 {
  padding-bottom: 6rem;
}
.h {
  font-size: 45px;
  font-weight: 500;
}
/*Heading*/

.h_2 {
  font-size: 24px;
}
/*Heading 2**/

.h_3 {
  font-size: 22px;
}
/*Heading 3**/

.f1 {}
.f2 {
  font-family: "Avenir";
  font-weight: bold;
}
a {
  color: #000;
}
.clearfix {}
.notfound {
  background-image: url(//makescents.com.au/wp-content/uploads/2020/07/404_error_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
}
.notfound h2 {
  font-size: 135px;
  color: #FFF;
}
img.nf_404 {
  width: 250px;
  margin-left: 30px;
}
.back_wrap {
  margin-top: 40px;
}
.oopsmsg {
  font-size: 18px;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a.back_btn {
  position: relative;
  padding-right: 42px;
  line-height: 1.6;
  display: inline-block;
}
a.back_btn:after {
  content: "";
  background: url(//makescents.com.au/wp-content/uploads/2020/06/arrow_r.png);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}
.bmore {
  text-align: center;
}
.bmore a {
  text-transform: uppercase;
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  background: url(//makescents.com.au/wp-content/uploads/2020/06/more.png) no-repeat;
  background-size: contain;
  background-position: right -1px;
}
.bmore a:hover {
  text-decoration: underline;
}
.d_o_break {
  display: block;
}
.banner_camp {
  margin-bottom: 30px;
}
.banner_camp img {
  max-height: 34px;
}
.banner_title {
  font-size: 44px;
  color: #FFF;
  line-height: 1.1;
}
.banner_subtitle {
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
  margin-top: 40px;
}
.quick_form {
  margin-top: 60px;
}
.quick_form_wrap {
  background: #FFF;
  padding: 16px;
  position: relative;
}
.postcode_input {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  border: none;
  color: #12122D;
  outline: none;
}
.postcode_btn {
  background: #0AC573;
  border: 1px solid #0AC573;
  padding: 15px 30px;
  text-transform: uppercase;
  width: 300px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #12122D;
	outline:none;
	border-radius:0px;
	 -webkit-border-radius:0px
	-moz-border-radius:0px
}
.bwrap {
  border: 1.8px solid #000;
}
.post_content {
  padding: 15px;
}
.i_13 {
  position: absolute;
  right: -25px;
  width: 120px;
  top: -45px;
}
.zp {
  max-width: 700px;
}
.home .quick_box a.qlink {
  padding: 26px 18px;
}
.quick_box.life_insurance {
  background: url('//makescents.com.au/wp-content/uploads/2020/06/icon_1.png') no-repeat;
  background-color: #0ACC73;
}
.quick_box.electricity_gas {
  background: url('//makescents.com.au/wp-content/uploads/2020/06/icon_2.png') no-repeat;
  background-color: #2C96EE
}
.quick_box.solar {
  background: url('//makescents.com.au/wp-content/uploads/2020/06/icon_3.png') no-repeat;
  background-color: #F0D240
}
.quick_box.home {
  background: url('//makescents.com.au/wp-content/uploads/2020/06/icon_4.png') no-repeat;
  background-color: #FF4E44
}
.quick_box.health {
  background: url('//makescents.com.au/wp-content/uploads/2020/06/icon_5.png') no-repeat;
  background-color: #895CED
}
.quick_box.debt {
  background: url('//makescents.com.au/wp-content/uploads/2020/08/icon_6.png') no-repeat;
  background-color: #8ae1e7
}
.quick_box {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: 36px !important;
  background-position: 145px 15px !important;
}
.quick_box>div {
  display: table;
  height: 100%;
  width: 100%;
}
.quick_box a.qlink {
  font-size: 22px;
  line-height: 1;
  color: #FFF;
  display: table-cell;
  vertical-align: bottom;
  background: url(//makescents.com.au/wp-content/uploads/2020/06/arrow-left-more.png) no-repeat;
  background-size: 12px;
  background-position: 90% 150px;
  padding: 15px;
  text-align: left;
}
.quick_box p {
  line-height: 1.1;
  font-size: 28px;
  margin-top: 70px;
  font-weight: 400;
}
.s_block {
    max-width: 400px;
    margin: 0 auto 30px;
}
.feature_image > div{position:relative;height:100%;}
.c_t {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 5px 20px;
    color: #FFF;
text-transform:uppercase;
	background:#000;
}
.c_t a{
	color:#FFF;
}
.cat_683{
background:#ff4e44
}
.cat_626{
background:#f0d240
}
.cat_744{
background:#0acc73
}
.cat_710{
background:#895ced
}
.cat_646{
background:#2c96ee
}
.post_content {
    position: relative;
}
h1.l1 {
    font-weight: 300;
}

p.l2 {
    font-weight: 600;
}

input.p_search {
    width: 100%;
    padding: 13px 20px 13px 50px;
    font-size: 20px;
    font-weight: 300;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e1e1e5;
    background-image: url(//makescents.com.au/wp-content/uploads/2020/06/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: 16px;
    background-position-x: 10px;
outline:none;
}
section.search input.p_search {
    padding: 13px 20px 13px 50px !important;
}
section.search input#searchsubmit {
    display: none;
}
ul.categories {
    padding: 0;
}
ul.categories li{display:inline-block;}
ul.categories li a{
    padding:5px 15px;
    display:inline-block;
    position:relative;
}
ul.categories li a:before{
    content:"+";
    position:absolute;
    left:0;
}
ul.popular_post {list-style: none;padding: 0;}
ul.popular_post li{
    padding:10px 0;
}
ul.popular_post .t12 {
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
}
.blog-content img{max-width:100%}
span.d11 {
    display: block;
    margin: 10px 0 5px;
    font-size: 12px;
}
.blog-content {
    padding-top: 20px;
}
strong {
    font-weight: 600;
}
@media (max-width: 2400px) {
  .container {
    max-width: 960px;
  }
  #brand {
    max-width: 270px;
  }
  a.f_logo img {
    width: 185px !important;
  }
  ul.navbar-nav {
    margin-top: 25px;
  }
  ul.navbar-nav {
    margin-top: 30px;
  }
	header .nav-item.current-menu-item a{
		padding-left: 0 !important;
    padding-left: 10px !important;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px !important;
    display: inline-block;
	}
  header .nav-item.current-menu-item a.nav-link, header .nav-item a.nav-link:hover {
    
  }
  .navbar-nav:before, .footer_nav:before {
    width: 25px;
    height: 40px;
    top: 10px;
    left: 5px;
  }
  .navbar-nav:before, .footer_nav:before {
    top: 10px;
  }
  .footer_quicklink a {
    font-size: 14px;
  }
  .footer_copyright {
    color: #5B6477;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
  }
  h3.h_3 {
    font-weight: 400;
    font-size: 24px;
  }
  .blog_short {
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.3;
	      max-height: 120px;
    overflow: hidden;
  }
  .bmore {
    text-align: right;
  }
  .bmore a {
    font-weight: 500;
    padding-right: 60px;
  }
  .banner_camp img {
    max-height: 40px;
  }
  .banner_title {
    font-weight: 400;
  }
  .postcode_input {
    padding: 22px 12px;
    font-size: 18px;
    font-weight: 500;
  }
  .postcode_btn {
    width: 333px;
    font-weight: 600;
    font-size: 20px;
    padding: 18px 30px;
    letter-spacing: 1px;
  }
  .quick_form {
    margin-top: 65px;
  }
  .se_six {
    padding: 90px 0;
  }
  .banner_subtitle {
    margin-top: 30px;
  }
  .quick_box {
    width: 205px;
    height: 205px;
    background-size: 36px !important;
    background-position: 158px 12px !important;
  }


  .quick_box:last-child {
    margin-right: 0;
  }
  .quick_box a.qlink {
    font-size: 28px;
    line-height: 1.1;
  }

  .quick_box a.qlink {
    background-size: 12px;
    background-position: 168px 156px;
  }
	
  .oi_number li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1;
    margin-bottom: 18px;
  }
  footer .zp {
    max-width: 100%;
    text-align: center;
  }
  .btn_11 {
    margin-top: 0px;
    display: inline-block;
    width: 264px;
    font-size: 21px;
    font-weight: 600;
    padding: 16px;
}
}
@media (min-width: 813px) {
	.o .quick_box {
    width: 174px;
    height: 174px;
	 background-size: 25px !important;
    background-position: 136px 12px !important;
}
	.o .quick_box a.qlink {
    font-size: 22px;
}
.o .quick_box a.qlink {
    background-size: 10px;
    background-position: 150px 130px;
}
}
@media (max-width: 1600px) {}
@media (max-width:812px) {
    #brand {
    max-width: 200px;
}
  .navbar {
    padding: 16px 0;
  }
  span.d_o_break {
    display: inline-block;
  }
  button.navbar-toggler {
    padding-right: 20px;
  }
  span.navbar-toggler-icon {
    height: 36px;
    width: 36px;
  }
  a.navbar-brand {
    margin-left: 32px;
  }
  .feature_image {
    width: 41%;
    float: left;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
  }
  .feature_image img {
    display: none;
  }
  .post {
    max-width: 590px;
    margin: 0 auto;
  }
  .post_content {
    width: 56%;
    float: right;
    padding: 38px 28px;
  }
  h3.h_3 {
    font-size: 22px;
  }
  p.blog_short {
    font-size: 20px;
  }
  .bwrap {
    border: 1px solid #000;
    /*display: inline-block;*/
    overflow: hidden;
    position: relative;
	  height:auto !important;
	  height:fit-content !important;
  }
  #navbar_footer .h_2 {
    text-align: center;
  }
  .footer_quicklink {
    text-align: center;
  }
  button.navbar-toggler {
    border: none;
  }
  .col-12.zp {
    margin-top: 8%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
  .quick_box {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    height: auto;
    height: min-content;
  }
  .quick_box {
    background-position: 32px !important;
  }
  .quick_box {
    background: #dce7e9;
  }
  .quick_box p {
    display: none;
  }
    a.qlink {
    background-position: 92% !important;
    padding: 30px 18px !important;
  }
  a.qlink {
    padding-left: 85px !important;
  }
  .mobile_center {
    text-align: center;
  }
footer .zp {
    text-align: left;
    margin-top: 0 !important;
}
body:not(.home) footer > .container{
    padding-top: 0 !important;
}
footer span.d_o_break {
    display: inline-block;
}
ul.footer_nav {
    display: none;
}
	span.c_t {
    font-size: 13px;
}
	.notfound {
    min-height: 500px;
		    background-position-x: 60%;
}
	.notfound h2 {
		font-size: 90px;
	}
	img.nf_404 {
    width: 180px;
	}
}
@media (max-width:667px) {
  p.blog_short {
    font-size: 16px;
  }
  .post_content {
    padding: 25px 20px 50px
  }
  .feature_image {
    width: 44%;
  }
  .bmore a {
    background-size: 32px;
    font-size: 14px;
    padding: 10px 45px;
  }
  .bmore {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  a.f_logo img {
    width: 160px !important;
  }
  h2.white.h_2 {
    margin-top: 15px;
    font-size: 22px;
  }
  .s_five .post {
    max-width: 500px;
  }
  .quick_box a.qlink {
    font-size: 22px;
    line-height: 1;
    padding-left: 25px 25px 25px 70px !important;
  }
  .quick_box a.qlink {
    background-size: 11px;
  }
  .quick_box {
    background-size: 24px !important;
    background-position: 26px !important;
  }
	span.c_t {
    font-size: 12px;
}
	.notfound h2 {
    font-size: 70px;
}
	img.nf_404 {
    width: 120px;
}
	.notfound {
    min-height: 340px;
}
}
@media (max-width:568px) {
  #brand {
    max-width: 190px;
  }
  span.navbar-toggler-icon {
    height: 30px;
    width: 30px;
  }
  .post {
    max-width: 460px;
  }
  .post_content {
    padding: 15px 15px 40px;
  }
  h3.h_3 {
    font-size: 20px;
  }
  p.blog_short {
    font-size: 15px;
  }
  .i_13 {
    right: -12px;
    width: 80px;
    top: -30px;
  }
  .bmore {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .bmore a {
    padding-right: 45px;
    font-size: 14px;
    background-size: 32px;
    padding-bottom: 8px;
    padding-top: 10px;
  }
  a.f_logo img {
    width: 140px !important;
  }
  #navbar_footer .h_2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .col-12.zp {
    margin-top: 5%;
  }
  .quick_box a.qlink {
    font-size: 20px;
  }
  .quick_box {
    background-size: 22px !important;
  }
  .quick_box {
    background-position: 15px !important;
  }
  a.qlink {
    padding: 24px 18px 24px 55px !important;
  }
  .quick_box a.qlink {
    background-size: 10px;
  }
	span.c_t {
    font-size: 11px;
}
}
@media (max-width:480px) {
  .navbar {
    padding: 10px 0;
  }
  #brand {
    max-width: 140px;
  }
  span.navbar-toggler-icon {
    height: 20px;
    width: 20px;
  }
  h3.h_3 {
    font-size: 16px;
  }
  p.blog_short {
    font-size: 11px;
  }
  .post_content {
    padding: 20px 10px 30px 20px;
  }
  .bmore {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 100%;
  }
  .feature_image {
    width: 44%;
  }
  .bmore a {
    padding-right: 35px;
    font-size: 10px;
    background-size: 24px;
    padding-bottom: 7px;
    background-position: bottom right;
  }
  h2.white.h_2 {
    margin-top: 30px;
  }
  a.f_logo img {
    width: 110px !important;
  }
  #navbar_footer .h_2 {
    text-align: center;
    margin-top: 10px;
  }
  .d_1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .footer_quicklink a {
    font-size: 12px;
  }
  .footer_quicklink ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #navbar_footer h2.white.h_2 {
    font-size: 16px;
    font-weight: normal;
  }
  .s_five .post {
    max-width: 330px;
  }
  p.privacy {
    font-size: 8px;
    margin-top: 0px !important;
  }
  .quick_box a.qlink {
    font-size: 14px;
  }
  .quick_box a.qlink {
    background-size: 8px;
  }
  .quick_box {
    background-size: 16px !important;
  }
  a.qlink {
    padding: 18px 18px 18px 45px !important;
  }
	span.c_t {
    font-size: 10px;
}
	input.postcode_btn{
		height:100%;
	}
	.scw span.wpcf7-list-item span {
    font-size: 14px !important;
	}
}
@media (max-width:320px) {
  .s_five .post {
    max-width: 280px;
  }
  .i_13 {
    right: -2px;
    width: 50px;
    top: -18px;
  }
  .post_content {
    padding: 15px 10px 30px 15px;
  }
  h3.h_3 {
    font-size: 14px;
  }
  p.blog_short {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #navbar_footer .h_2 {
    font-size: 20px;
  }
  a.navbar-brand {
    margin-left: 20px;
  }
  #navbar_footer h2.white.h_2 {
    font-size: 14px;
  }
  a.f_logo img {
    width: 100px !important;
  }
  .quick_box a.qlink {
    font-size: 14px;
    padding: 14px 18px 14px 30px !important;
    background-size: 6px;
  }
  .quick_box {
    background-position: 8px !important;
    background-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .collapse .navbar-nav:before, .footer_nav:before {
    display: block;
  }
  a.nav-link {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  a.f_logo img {
    width: 150px !important;
  }
}
@media screen and (min-width:980px){
	.feature_image {
    height: 180px;
    background-size: cover;
}
	.feature_image > div{
		height:100%;
	}
	.feature_image img{display:none;}
}
