.container-item {
  height: auto;
  position: relative;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .container-item {
      height: 412px;
      padding-bottom: 47px; } }
  .container-item .item-segmentation-img {
    width: 100%;
    height: 118px;
    border: thin solid #ddd;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .container-item .item-segmentation-img .segmentation-img {
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .container-item .btn-register {
    position: relative;
    bottom: 0;
    margin-top: 9px;
    width: 100%;
    display: block; }
    @media (min-width: 768px) {
      .container-item .btn-register {
        position: absolute;
        margin-top: 0;
        bottom: 13px;
        width: calc(100% - 26px); } }
