/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-project.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-project {
  width: 100%;
}
.m-project .desc {
  margin-top: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.m-project .desc__pin, .m-project .desc__photo {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 8px;
}
.m-project .desc__pin {
  background-image: url("/Assets/images/pin.svg");
}
.m-project .desc__photo {
  background-image: url("/Assets/images/photo.svg");
}
.m-project .desc__p {
  float: left;
  margin-right: 30px;
  font-size: 1.2rem;
  line-height: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 360px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m-project .desc__title {
  clear: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-top: 10px;
  padding-left: 8px;
}
.m-project__img {
  position: relative;
}
@media (min-width: 576px) {
  .m-project__img {
    height: 157px;
  }
}
@media (min-width: 768px) {
  .m-project__img {
    height: 247px;
  }
}
@media (min-width: 992px) {
  .m-project__img {
    height: 217px;
  }
}
@media (min-width: 1420px) {
  .m-project__img {
    height: 326px;
  }
}
.m-project a {
  height: 100%;
}
.m-project img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .m-project img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    transform: none;
  }
}
