@media only screen and (min-width : 320px) {
  #ggpush-main-area {
    background: white;
    position: fixed;
    top: 0px;
    padding: 15px;
    box-shadow: 5px 5px 5px gray;
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50000;
  }
  
  .ggpushcast-buttons-area button {
    float: right;
    padding: 10px 15px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  
  .ggpushcast-real-button {
    background-color: #0d6efd !important;
    border-radius: 10px;
    border-color: #0d6efd;
    font-weight: bold;
    color: white;
    
  }
  
  #ggpush-small-icon {
    width: 65px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    height: 65px;
    z-index: 50000;
  }
  
  #ggpush-small-icon img {
    width: 100%;
    height: auto;
  }
}
