Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16660 | Rev 16664 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16660 Rev 16661
Línea 55... Línea 55...
55
}
55
}
Línea 56... Línea 56...
56
 
56
 
57
.img_container {
57
.img_container {
58
  position: relative;
58
  position: relative;
-
 
59
  max-height: 500px;
Línea 59... Línea 60...
59
  max-height: 500px;
60
  overflow: hidden;
60
 
61
 
61
  img:first-child {
62
  img:first-child {
62
    z-index: 3;
63
    z-index: 3;
-
 
64
    object-fit: cover;
63
    object-fit: cover;
65
    width: 100%;
Línea 64... Línea 66...
64
    width: 100%;
66
    position: relative;
65
  }
67
  }
66
 
68
 
67
  img:nth-child(2) {
69
  img:nth-child(2) {
68
    position: absolute;
70
    position: absolute;
69
    top: 50%;
71
    top: 50%;
70
    left: 0;
-
 
71
    transform: translateY(-50%);
72
    left: 0;
72
    z-index: 1;
73
    transform: translateY(-50%);
73
    background: #000;
74
    z-index: 1;
74
    object-fit: cover;
75
    object-fit: cover;
75
    height: 180%;
76
    height: 180%;