/**
 * SFD 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage fcarousel
 * @author     degener
 * @since      30.09.2015
 * @version    $Id: carousel_teaser.css 27 2016-02-01 10:07:19Z kracke $
 **/
/**

1. carousel teaser

**/
/*  =========================================================
 =1. carousel teaser
========================================================= */
@media screen {
  .slide {
    width: 396px;
    height: 360px;
    display: inline-block;
    background-color: #ebebeb;
    margin: 12px;
  }
}
@media only screen and (max-width: 1680px) {
  .slide {
    width: 96%;
    margin: 12px 2%;
  }
}
