1234567891011121314151617181920212223 |
- .picture-cont-16x9{
- overflow: hidden;
- margin-bottom: 30px;
- img{
- width: 100%;
- height: auto !important;
- }
- }
- .pic{
- img{
- max-width: 100%;
- }
- }
- .person img{
- width:30%;
- }
- @media(max-width: @size-mobile){
- .person img{
- width:100%;
- }
- }
|