.container-wrapper{
  justify-content:start !important;
  width: 360px !important;
}
#innerContent{
  width: auto !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-around !important;
}
div.wrapper {
    width: auto !important;
    margin: 0px 0px 0px 0px !important;
    max-width: 100%;
}

#desktop-nav{
  margin: 0 auto !important;
  max-width: 960px !important;
}
#hotAuctions{
  min-width: 700px;
}

#gameDuctTape {
  margin-top: 10px !important;
}

@media only screen and (max-width: 600px) { 
  #continueLastGame img {
    height: 100px;
    margin: 2px;
  }
  #gameDuctTape {
    margin-top: 0px !important;
  }
  .container-wrapper{
    justify-content: center !important;
  }
  div.wrapper {
      width: 100% !important;
  }
  #auctionQueueMasterWrapper {
    display: none !important
  }
  #binWrapper{
    display: none !important
  }

  .container-wrapper .title{
    font-size: 12px !important;
    margin-top: 0px !important;
  }
  .container-wrapper #titleWrapper {
    margin-bottom: 0px !important
  }

  #gridView{
    transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -webkit-transform: scale(0.8) !important;
    margin-top: -15px !important;
  }
  .bidSingle {
    margin-top: -30px !important;
    transform: scale(0.8, 0.7)!important;
    -ms-transform: scale(0.8, 0.7)!important;
    -moz-transform: scale(0.8, 0.7)!important;
    -webkit-transform: scale(0.8, 0.7)!important;
  }

  #outOfBids {
    transform: scale(0.8, 0.7)!important;
    -ms-transform: scale(0.8, 0.7)!important;
    -moz-transform: scale(0.8, 0.7)!important;
    -webkit-transform: scale(0.8, 0.7)!important;
    height: auto;
    margin-top: -30px !important;
  }
  /* Bid Now */
  #autoBidContain{
    clear: both;
  }
  #autoBidContain .bidAutoSingle{
    width: 85px !important;
    margin-left: 33px !important;
  }

  /*Auto Bid, Auto Bid All*/
  #autoBidContain .bidAutoSingle{
    width: 95px !important;
    margin-left: 33px !important;
  }
  #autoBidContain .bidAutoAll{
    width: 100px !important;
    margin-right: 33px !important;
  }
  #retailPriceRow {
    font-size: 14px !important;
  }

  #auctionDetails{
    margin: 0px !important;
    padding: 0px !important;
    height: 40px !important;
  }
  #listPriceAuction, #resPrice{
    font-size: 15px !important;
  }
  #gameFrame{
    margin-top: -3px !important;
  }
}
@media only screen and (max-width: 373px) { 
  /* Only hide in iphone5 small devices*/
  #auctionImage{
    display: none !important
  }
  #SAPprevious, #SAPnext {
    transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    top:65px !important;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
    /* landscape styles */
  #rotation-suggestion{
    display: block !important;
    transform: rotate(-90deg);
    background-color: rgb(220, 220, 220, 0.8);
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0
  }
  #rotation-suggestion img{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
  }
}

#auctionQueueContainer{
  width: 190px !important;
}
#SAPcontainer {
  margin: 0 auto !important;
}