/* put your own styles to customize and override the theme */

/* CSS for div elements and img tags */

img {
max-width: 100%;
max-height: 100%;
}

.auto-resize-portrait {
height: 80px;
width: 50px;
}

.auto-resize-landscape {
height: 30px;
width: 80px;
}

.auto-resize-square {
  width: 30px;
  height:30px;
}

.auto-resize-big{
width:150px;
height:150px;
}

.bg-woo {
  background-color: #8053b4;
}
