/* RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%; } }
@media only screen and (min-device-width: 200px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    cursor: pointer; } }