body {
  margin: 0;
  padding: 0;
  font-family: 'Barlow', sans-serif;
  background: #fff; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.no-padding {
  padding: 0; }

.default99 {
  width: 100%;
  display: inline-block; }
  .default99 .padding-5 {
    padding: 5px; }
  .default99 .default99-img {
    width: 100%;
    height: 400px; }
    .default99 .default99-img img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .default99 .image-overlay {
    position: relative;
    height: 100%; }
    .default99 .image-overlay .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      padding: 20px 15px;
      opacity: 0;
      transition: 0.5s; }
      .default99 .image-overlay .overlay h3 {
        color: #ef4024;
        font-size: 18px;
        line-height: normal;
        margin: 15px 0 0 0; }
      .default99 .image-overlay .overlay p {
        color: #fff;
        font-size: 14px;
        line-height: normal;
        font-style: italic;
        margin: 0; }
    .default99 .image-overlay:hover .overlay {
      opacity: 1; }
  .default99 .half-img {
    height: 200px; }
    .default99 .half-img img {
      height: 100%;
      width: 100%; }
  .default99 .text-con-default99 {
    width: 100%;
    display: inline-block;
    padding: 0 10px; }
    .default99 .text-con-default99 h3 {
      color: #ef4024;
      font-size: 17px;
      line-height: normal;
      margin: 15px 0;
      font-style: italic; }
    .default99 .text-con-default99 p {
      color: #666;
      font-size: 13px;
      line-height: normal;
      margin: 0; }

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .default99 .text-con-default99 h3 {
    font-size: 15px; }

  .default99 .text-con-default99 p {
    font-size: 11px;
    line-height: 16px; } }
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .default99 .text-con-default99 h3 {
    font-size: 15px; }

  .default99 .text-con-default99 p {
    font-size: 11px;
    line-height: 16px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .default99 .default99-img,
  .default99 .half-img {
    height: 300px; } }
@media screen and (max-width: 767px) {
  .default99 .default99-img,
  .default99 .half-img {
    height: auto; }

  .default99 .default99-img img {
    height: 300px; }

  .default99 .text-con-default99 {
    padding: 10px 10px 20px; } }
@media screen and (max-width: 480px) {
  .default99 .default99-img,
  .default99 .half-img {
    height: auto; }

  .default99 .default99-img img {
    height: 300px; }

  .default99 .text-con-default99 {
    padding: 10px 10px 20px; }

  .default99 .image-overlay {
    height: 300px; } }

/*# sourceMappingURL=default99.css.map */
