
@media only screen and (max-width : 1680px) {

}

@media only screen and (max-width : 1366px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


}
@media only screen and (max-width : 639px) {

}
@media only screen and (max-width : 480px) {
  .more_info_top span {
      font-size: 37px;
      /* text-align: center; */
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
