.reminderBtn{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.auctionLandingPage .main{grid-gap:1em;display:grid;grid-template-areas:"title title" "photos details" "photos enterAuction" "photos moreDetails";grid-template-columns:50% 50%;grid-template-rows:auto auto auto 1fr}.auctionLandingPage .main .title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:title;justify-content:space-between}.auctionLandingPage .main .photos{grid-area:photos}.auctionLandingPage .main .photos .video{margin-top:60px}.auctionLandingPage .main .photos .video .iframe-container{overflow:hidden;padding-top:56.25%;position:relative;width:100%}.auctionLandingPage .main .photos .video .iframe-container iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.auctionLandingPage .main .details{background:#d3d5d8;grid-area:details;padding:1em}.auctionLandingPage .main .details .end,.auctionLandingPage .main .details .previewTimes{font-weight:700;margin-bottom:10px}.auctionLandingPage .main .enterAuction{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:enterAuction;justify-content:center}.auctionLandingPage .main .enterAuction button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 3px}.auctionLandingPage .main .enterAuction button:first-child{margin-left:0}.auctionLandingPage .main .enterAuction button:last-child{margin-right:0}.auctionLandingPage .main .moreDetails{grid-area:moreDetails}.auctionLandingPage .main .moreDetails .nav-link{cursor:pointer}.auctionLandingPage .main .moreDetails .tab-content .tab-pane .tab-content{padding:30px}.auctionLandingPage .main .moreDetails .social-media-share-buttons-li{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;justify-content:flex-end;order:9999}.auctionLandingPage .main .moreDetails .social-media-share-buttons-li .social-media-share-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.auctionLandingPage .main .moreDetails .social-media-share-buttons-li .social-media-share-buttons .SocialMediaShareButton{cursor:pointer;margin-right:3px;outline:none}.auctionLandingPage .main .moreDetails .documents-container .documents{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.auctionLandingPage .main .auction-rings{width:100%}.auctionLandingPage .main .auction-rings .auction-ring{display:-webkit-box;display:-ms-flexbox;display:flex}.auctionLandingPage .main .auction-rings .auction-ring+.auction-ring{margin-top:.5em}.auctionLandingPage .main .auction-rings .auction-ring .ring-img{height:100px;width:100px}.auctionLandingPage .main .auction-rings .auction-ring .ring-details{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:.25em}.auctionLandingPage .main .auction-rings .auction-ring .ring-details .ring-times{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.auctionLandingPage .main .auction-rings .auction-ring .ring-details .ring-times .end_time{margin-left:.5em}.auctionLandingPage .main .auction-rings .auction-ring .ring-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end}.auctionLandingPage .main .auction-rings .auction-ring .ring-actions>.btn{margin:0 .25em}@media only screen and (max-width:768px){.auctionLandingPage .main{grid-template-areas:"title" "photos" "enterAuction" "details" "moreDetails";grid-template-columns:100%;grid-template-rows:auto auto auto auto}}