/**
 * @file
 * Visual styles for Bartik's blocks.
 */

/* Block has it's own content wrapper. */
.block .content {
  margin-top:0px;
}
.views_slideshow_cycle_main img{height:auto !important;}
@media all and (max-width: 768px) {
	.views_slideshow_cycle_main img{height:100% !important;}
}
