img.less 257 B

1234567891011121314151617181920212223
  1. .picture-cont-16x9{
  2. overflow: hidden;
  3. margin-bottom: 30px;
  4. img{
  5. width: 100%;
  6. height: auto !important;
  7. }
  8. }
  9. .pic{
  10. img{
  11. max-width: 100%;
  12. }
  13. }
  14. .person img{
  15. width:30%;
  16. }
  17. @media(max-width: @size-mobile){
  18. .person img{
  19. width:100%;
  20. }
  21. }