@media (max-width: 1549px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 21px;
  }
  .featured-nft-container .carousel-control-next {
    right: 0;
  }
  .featured-nft-container .carousel-control-prev {
    left: 0;
  }
  .featured-nft-container .carousel-control-prev i,
  .featured-nft-container .carousel-control-next i {
    background: #fff;
    padding: 0;
    font-size: 18px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 1449px) {
  .block-collections .the-token {
    display: table-cell;
  }
  .css-table .table-col {
    padding: 10px;
    vertical-align: baseline;
  }
}

@media (max-width: 1299px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 12px;
  }
  .btn-big,
  .btn-big.btn-outline {
    line-height: 55px;
    height: 55px;
    padding: 0 50px;
  }
  .nft-image {
    max-width: 90%;
    height: auto;
  }
  .nft-image img {
    height: auto;
  }
  .nft-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nft-description {
    margin-bottom: 50px;
    max-width: 800px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .description-text {
    max-width: 800px;
  }
  .nft-info {
    max-width: 800px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  #steps .the-steps > div {
    margin: 0 1%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .user-block {
    max-width: 80%;
  }
  .block-login .message-login button,
  .block-login .message-login input,
  .block-login .message-login textarea,
  .block-login .message-login select {
    width: 100%;
  }
  .block-login .message-login .create-account {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .block-login .message-login .login-to-account {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .auction-container {
    width: auto;
  }
}

@media (max-width: 1099px) {
  .css-table {
    font-size: 14px;
  }
  .block-collections .token-table .table-header, .block-collections .token-table .line-break, .block-collections .token-table .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-collections .token-table .table-row {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 20px 10px;
    margin: 10px 0;
  }
  .block-collections .token-table .table-row .table-col {
    padding: 0 10px;
  }
  .block-collections .token-table .table-row .the-actions {
    padding-top: 10px;
  }
  .block-collections .token-table .table-header {
    padding-left: 10px !important;
    display: none;
  }
  .block-collections .token-table .the-checkbox,
  .block-collections .token-table .th-checkbox {
    padding: 0 0 0 10px !important;
    width: 28px;
  }
  .block-collections .token-table .the-edition,
  .block-collections .token-table .th-edition {
    width: 100px;
  }
  .block-collections .token-table .th-actions {
    display: none;
  }
  .block-collections .token-table .the-actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-collections .token-table .btn-small.btn-outline {
    line-height: 28px;
    height: 30px;
  }
  .block-collections .token-table .btn-small {
    font-size: 11px;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
  }
  .block-collections .token-table .the-token {
    word-break: break-all;
    margin-top: 7px;
  }
  .block-collections .collection-item .the-title h4 {
    margin-bottom: 2px;
  }
  .block-collections .collection-item .the-title h5 {
    margin-bottom: 2px;
  }
  .block-collections .collection-item .the-title .h7 {
    margin-bottom: 5px;
  }
  .block-collections .collection-item .the-title i {
    font-size: 24px;
  }
  .block-collections .collection-item .the-image {
    min-width: 140px;
  }
  .nft-audio-wrap {
    max-width: 800px;
  }
  .nft-audio-wrap .audio-container #mainwrap {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nft-audio-wrap .audio-container .the-player {
    margin-bottom: 50px;
  }
  .nft-audio-wrap .audio-container .the-playlist {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .nft-audio-wrap .audio-container .the-playlist .album-title {
    margin-bottom: 25px;
  }
  .nft-audio-wrap .audio-container .plArtwork {
    height: 50px;
    width: 50px;
  }
  .nft-audio-wrap .audio-container .album-title {
    display: none;
  }
  .nft-audio-wrap .audio-container .album-title-small {
    display: block;
  }
}

@media (min-width: 1000px) and (max-width: 1099px) {
  .feature-info h1 {
    font-size: 32px;
  }
  .featured-nft-container .feature-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (max-width: 999px) {
  #featured-nfts .show-bidders {
    display: none;
  }
  .feature-info h3 {
    display: none;
  }
  .featured-nft-container {
    margin: 70px auto;
    display: block;
  }
  .featured-nft-container .featured-nft-content {
    max-height: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .featured-nft-container .featured-nft-content .feature-image {
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
  }
  .featured-nft-container .featured-nft-content .feature-info {
    padding: 30px;
    padding-bottom: 0;
    margin-left: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
  }
  .featured-nft-container .bid-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .featured-nft-container .bid-details > div {
    margin-right: 0;
    margin: 0 20px;
  }
  .featured-nft-container .show-bidders {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-account-library .library-wrap .item,
  .block-account-library .library-wrap .fill-empty-space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
  .block-collections .collection-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-collections .collection-item .the-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .nft-gallery-wrap .carousel {
    max-width: 85%;
  }
  .nft-gallery-wrap .carousel-item img,
  .nft-gallery-wrap .carousel-item video {
    min-width: 0;
  }
  .record-table .table-header {
    display: none;
  }
  .record-table .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .record-table .table-row {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 20px 10px;
    margin: 10px 0;
  }
  .record-table .table-row .table-col {
    padding: 0 10px 10px !important;
  }
  .record-table .table-row .the-actions {
    padding-bottom: 0 !important;
  }
  .record-table .table-row span.show-mobile {
    font-size: 12px;
    font-weight: 700;
  }
  .record-table .the-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .record-table .the-nft {
    font-weight: 700;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .record-table .btn-small.btn-outline {
    line-height: 28px;
    height: 30px;
  }
  .record-table .btn-small {
    font-size: 11px;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
  }
}

@media (max-width: 949px) {
  #sd-slider-wrap:after {
    padding-top: 55%;
  }
  .nft-block {
    margin: 50px auto 0;
  }
  .top-wrap {
    padding-bottom: 50px;
  }
  .nft-single {
    margin: 50px auto;
  }
  .footer-inner {
    max-width: 100%;
  }
  .nft,
  .fill-empty-space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .nft-list .nft-block {
    max-width: 750px;
  }
  #steps .the-steps > div {
    padding: 80px 30px 50px;
  }
  #steps .the-steps i {
    font-size: 45px;
  }
  #steps .the-steps > div .step-number {
    font-size: 30px;
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .block-user-profile .user-profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-user-profile .user-profile .profile-text {
    margin: 15px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-user-profile .user-profile .profile-edit {
    margin-left: 0;
  }
}

@media (max-width: 749px) {
  .nft .bid-details,
  .nft .show-bidders {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .show-bidders .detail-label {
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .browse-nfts {
    display: none;
  }
  #steps .the-steps {
    margin-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #steps .the-steps > div {
    margin-bottom: 80px;
    max-width: 350px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  #steps .the-steps > div:last-of-type {
    margin-bottom: 0;
  }
  .nft-list .nft-block {
    margin-bottom: 30px;
  }
  .block-login .message-login {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-login .message-login .create-account {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 50px 30px;
  }
  .block-login .message-login .login-to-account {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 50px 30px;
  }
  .block-user-profile .user-links ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-user-profile .user-links ul {
    border-radius: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-account-library .library-wrap .item,
  .block-account-library .library-wrap .fill-empty-space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .nft-audio-wrap .audio-container .the-playlist {
    max-width: 100%;
  }
  .audio-container .plItemDetails {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    overflow: hidden;
  }
  .nft-audio-wrap .audio-container .the-player {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .nft-audio-wrap .audio-container {
    padding: 40px 20px;
  }
  .nft-audio-wrap {
    padding: 0 15px;
  }
  .nft-audio-wrap .audio-container .plyr--audio .plyr__controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plyr__controls .plyr__controls__item.plyr__progress__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .nft-audio-wrap .audio-container .plyr--audio .plyr__controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plyr__controls .plyr__controls__item:first-child {
    margin-right: 0;
    display: none;
  }
  .nft-audio-wrap .audio-container .plyr__control:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: none;
    transition: none;
  }
  .nft-audio-wrap .audio-container .plyr__control:nth-of-type(2).plyr__control--pressed {
    padding-left: 7px;
    padding-right: 7px;
  }
  .nft-audio-wrap .audio-container .the-player {
    max-width: 350px;
  }
  .nft-audio-wrap .audio-container #nowPlay span#npTitle {
    text-align: center;
  }
  .nft-audio-wrap .audio-container #artwork {
    text-align: center;
  }
  .nft-video-wrap .carousel {
    max-width: 100%;
  }
  .nft-gallery-wrap .carousel-inner {
    padding: 20px 20px 30px;
  }
  .nft-gallery-wrap .carousel-item img,
  .nft-gallery-wrap .carousel-item video {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .nft-audio-wrap {
    margin: 50px auto 10px;
  }
  .nft-video-wrap {
    margin: 60px auto 20px;
  }
  .nft-gallery-wrap {
    margin: 50px auto 20px;
  }
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 12px;
  }
  .branding {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-medium {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
  }
  .footer {
    padding: 10px 30px;
    height: auto;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-inner > * {
    padding: 2px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .nft-info {
    max-width: 100%;
  }
  .auction-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auction-info h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auction-info .detail-label {
    text-align: center;
  }
  .auction-info .bid-info {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .auction-info .time-left {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .auction-info .bid-info {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .sd-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-image {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .featured-nft-container .featured-nft-content .feature-image {
    margin-bottom: 30px;
  }
  .sd-slide img {
    max-width: 200px;
  }
  .feature-info {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .feature-info h1 {
    white-space: normal;
    font-size: 27px;
    text-align: center;
  }
  #sd-slider-wrap:after {
    padding-top: 160%;
  }
  #featured-nfts .bid-details {
    margin: 20px 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #featured-nfts .bid-details > div {
    margin-right: 0;
  }
  #featured-nfts .big-detail {
    font-size: 18px;
    text-align: center;
  }
  #featured-nfts .detail-label {
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    margin-right: 0;
  }
  #steps .the-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured-nft-container,
  .nft-image-wrap {
    margin: 50px auto 60px;
  }
  .nft-details p {
    font-size: 13px;
  }
  .footer p {
    font-size: 13px;
  }
  .nft-list {
    padding: 0 15px;
  }
  .nft, .fill-empty-space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .nft-details p {
    display: none;
  }
  .nft .bid-details div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .nft .bid-details div:first-of-type {
    margin-bottom: 10px;
  }
  .nft .btn-full {
    line-height: 55px;
    height: 55px;
  }
  .nft h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .nft-details {
    padding: 17px 12px;
  }
  .footer p, .footer a {
    text-align: center;
  }
  .load-more {
    margin-top: -20px;
  }
  .block-login {
    padding: 50px 0 0;
  }
  .block-login .inner-message h1 {
    font-size: 24px;
  }
  .block-login .message-login .create-account {
    padding: 30px 25px;
  }
  .block-login .message-login .login-to-account {
    padding: 30px 25px;
    margin-top: 10px;
  }
  .block-login .inner-message {
    margin: 0 auto;
  }
  .auction-container.buy-it-now-set .button-wrap .btn-base {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .auction-container.buy-it-now-set .button-wrap .btn-base:first-of-type {
    margin-bottom: 15px;
  }
  .auction-container.buy-it-now-set .button-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .auction-info {
    margin-bottom: 30px;
  }
  .nft-bid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nft-bid .price-of-bid {
    margin-left: 56px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-user-profile .user-profile .profile-image {
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin: 0 auto;
  }
  .block-user-profile h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .block-user-profile .profile-edit {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-user-profile .user-profile {
    margin-top: 0;
  }
  .block-account-library .library-wrap .item .button-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-account-library .library-wrap .item .button-wrap .btn-base {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-account-library .library-wrap .item .button-wrap .btn-base:first-of-type {
    margin-bottom: 8px;
  }
  .block-account-library .library-wrap .item .the-details h5 {
    font-size: 13px;
  }
  .user-block {
    max-width: none;
  }
  .block-collections .collection-item .the-image {
    margin: 0 0 30px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .block-account-library h1 {
    font-size: 21px;
    margin-left: 5px;
  }
  .block-collections .token-table .the-checkbox {
    margin-top: 2px;
  }
  .block-collections .token-table .the-edition {
    width: auto;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .token-table .show-mobile {
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
  }
  .audio-container .plItemDetails {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .nft-audio-wrap .audio-container .plArtwork {
    height: 45px;
    width: 45px;
  }
  .nft-audio-wrap .audio-container .the-player {
    margin-bottom: 33px;
  }
  .nft-audio-wrap .audio-container .album-title-small {
    margin-bottom: 15px;
  }
  .audio-container #plList {
    margin-bottom: 0;
  }
  .carousel-indicators {
    bottom: -50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .carousel-indicators-numbers li {
    text-indent: -999px;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
  }
  .nft-single {
    padding: 0;
  }
  .nft-bid .price-of-bid {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .nft-gallery-wrap {
    margin: 60px auto 0;
  }
  .record-table .the-image {
    margin-bottom: 3px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .record-table .the-nft {
    font-weight: 700;
    margin-bottom: 3px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
  }
  .record-table .the-token {
    font-size: 12px;
  }
  .featured-nft-container .featured-nft-content {
    padding: 0 0 60px;
  }
  .featured-nft-container .featured-nft-content {
    padding: 40px;
  }
  .featured-nft-container .feature-image {
    -webkit-box-shadow: 10px 25px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 25px 30px rgba(0, 0, 0, 0.15);
  }
  .featured-nft-container {
    margin-top: 20px;
  }
  .carousel-control-next, .carousel-control-prev {
    padding-top: 0 !important;
    height: 30%;
    height: 100%;
  }
  .featured-nft-container .carousel-control-prev {
    left: -15px;
  }
  .featured-nft-container .carousel-control-next {
    right: -15px;
  }
  .auction-container .btn-base {
    padding: 0;
  }
  .nft-secondary-single .token-container {
    text-align: center;
    padding: 0 15px;
  }
  .auction-info .bid-info {
    margin-bottom: 5px;
  }
  .seller-info .bid-info {
    margin-bottom: 5px;
  }
  .nft-secondary-single .the-token {
    margin-top: 25px;
  }
  .nft-secondary-single .the-token p {
    font-size: 14px;
  }
  .asset-container hr {
    margin: 30px auto;
  }
}

@media (max-width: 359px) {
  .btn-small {
    font-size: 11px;
  }
  .auction-container.buy-it-now-set .button-wrap .btn-base {
    font-size: 14px;
  }
  .nft-bid .bid-meta {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .nft-bid .profile-small {
    margin-bottom: 5px;
  }
  .nft-bid .price-of-bid {
    margin-left: 0;
  }
}
/*# sourceMappingURL=responsive.css.map */