/* Large Devices, Wide Sccreen */
@media only screen and (max-width: 1200px) {
  /**/
}

/* Medium Devices, Desctop */
@media only screen and (max-width: 992px) {
  /**/
}

/* Small Devices, Tablet */
@media only screen and (max-width: 768px) {
  /**/
}

/* Extra small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
}

/* Custom */
@media only screen and (max-width: 320px) {
  /**/
}