@charset "UTF-8";

/* Basic styles */
@import url("postersforfellini.css");


/* Phone */
@import url("postersforfellini_phone.css") only screen and (max-width:480px);

/* Tablet */
@import url("postersforfellini_tablet.css") only screen and (min-width:481px) and (max-width:1024px);

/* Desktop */
@import url("postersforfellini_desktop.css") only screen and (min-width:1025px);
