html,body {
  font-size: 100%;
}

body {
}

.container {
    max-width: 100%;
}



/* #region Headings */
	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6 {
	}

	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
	h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	}
	
	.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small {
	display: block;
	}

    h1.error404 {
        font-size: 10.75rem;
        font-weight: 900;
      }

	.sidebar h2 {
	}

h4.thumbnail-item-sizes {
	  font-size: 0.8rem;
}
}

/* #endregion */

/* #region Links */
	a {
	}
	a:hover,a:focus {
	}
/* #endregion */

#paypal-button-container {
    max-width: 500px;
    margin: 50px auto 100px auto;
}

h2.paypal { text-transform: initial!important; margin-top: 40px!important; }
/*#region Lists */


.dl-horizontal.dl-horizontal-compact dt {
    width: 3rem;
    float: left;
    text-align: right;
}
 .dl-horizontal.dl-horizontal-compact dd {
     margin-left: 4rem;
 }
 .dl-horizontal.dl-horizontal-compact dd + dt,
 .dl-horizontal.dl-horizontal-compact dt + dd {
    margin-top: 1rem;
}
/*#endregion */

/* #region Buttons */
	.btn {
	}

	.btn-default {
	}
	.btn-default:hover,.btn-default:focus {
	}

	.btn-primary {
	}
	.btn-primary:hover,.btn-primary:focus {
	}

	.btn-account {
		cursor: pointer;
	}
	.btn-account:hover,.btn-account:focus {
	}

	.btn-cart {
	}
	.btn-cart:hover,.btn-cart:focus {
	}
    .btn-cart.disabled {
        pointer-events: none;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }
	
	.btn-paypal, .btn-paypal:focus, .btn-paypal:hover {
		background-color: #0079c1;
		color: #fff;
	}
	.btn-paypal .pw {
		line-height: 0.8em;
		padding: 0 0.1em;
		display: inherit;
	}
	.btn.buyticket {
		border-radius: 4px;
		padding: 5px 11px;
		text-decoration: none;
	}
	div.spinbox-buttons > button.btn {
		background-image: none !important;
		border-width: 0;
		box-shadow: none;
		filter: none;
		font-size: 14px;
		outline: medium none !important;
		padding: 7px 14px;
		text-shadow: none;
	}
	input.spinbox-input.form-control {
		display: inline-block;
		margin: 0;
		max-width: 45px;
		min-width: 45px;
		padding: 0;
		text-align: center;
		border-radius: 0;
	}
/* #endregion */

/* #region Panels */
	.panel-heading.clickable {
  	    cursor: pointer;
	}
/* #endregion */

/* #region Sidebar */
	.sidebar {
	}
/* #endregion */

/* #region Tracklist */
	.tracks.table td {
  		vertical-align: middle;
	}
	.tracks.table td, #format-info td {
  		font-size: 15px;
	}
	td.icon {
  		width: 20px;
	}
	td.track {
  		position: relative;
	}
	.jp-button {
  		text-decoration: none;
  		font-size: 18px;
  		/*line-height: 32px;*/
  		text-align: center;
  		cursor: pointer;
  		margin: 0;
  		padding: 5px 0;
  		background-color: transparent;
  		/* define your pause/play button icon color here */
  		color: #000;
	}
	.jp-button:before {
  		display: inline-block;
  		font-family: 'FontAwesome';
  		font-style: normal;
  		font-weight: normal;
  		text-decoration: none;
  		font-variant: normal;
  		text-transform: none;
  		speak: none;
  		width: 30px;
  		/*line-height: 32px;*/
  		text-align: center;
  		opacity: 1.0;
	}
	.jp-pause:before    { content: '\f04c'; }
	.jp-play:before     { content: '\f04b'; }
	.jp-previous:before { content: '\f04a'; }
	.jp-next:before     { content: '\f04e'; }
	a.jp-pause {
  		color: rgb(18, 33, 52);
	}
	a.jp-play {
  		color: rgb(18, 33, 52);
	}
	.jp-seek-bar {
  		position: absolute;
  		top: 0;
  		left: 0;
  		min-width: 100%;
  		height: 100%;
  		cursor: pointer;
	}
	.jp-play-bar {
  		position: absolute;
  		top: 10%;
  		left: 0;
  		width: 0;
  		height: 80%;
  		/* define your played progress bar background color here */
  		background-color: rgba(18, 33, 52, 0.2);
	}
	.jp-details, .jp-timing {
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		height: 100%;
  		padding: 0 12px;
  		font-size: 16px;
  		line-height: 32px;
	}
	.jp-timing {
  		text-align: right;
	}
	.jp-title, .jp-duration {
  		font-size: 16px;
  		line-height: 35px;
	}
/* #endregion */

/*#region Thumbnail rollovers */
    .thumbnail-item-img-1 {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        background: #fff;
    }
    .thumbnail-item:hover .thumbnail-item-img-1, .thumbnail-item:focus .thumbnail-item-img-1 {
        opacity: 1;
    }

    .img-responsive.thumbnail-item-img.thumbnail-item-img-1.loaded:hover {
    opacity: 1;
}

/*#endregion */

/* #region Thumbnail items */
	.thumbnail {
		max-width: 100%;
	}
	.thumbnail-item.loaded img, .product-img.loaded img{
   	    opacity: 1;
        width: 100%;
	}
	.thumbnail-item {
		margin-bottom: 30px;
		position: relative;
	}
    .featured-item,.events-list-item {
        padding-left: 15px;
        padding-right: 15px;
    }
	.media-view .thumbnail {
		position: relative;
	}
	.artwork-view:hover .thumbnail-item,.artwork-view:focus .thumbnail-item,
	.media-view .thumbnail:hover,.media-view .thumbnail:focus {
	}
	.thumbnail-item-caption {
	}
	.thumbnail-item-heading, .media-view .media-heading {
	}
	.media-view .media-heading {
	}
	.thumbnail-item-heading small {
		display: block;
	}
	.media-object {
	}
	.overlay-link {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
	}
	.thumbnail-item .lazy_spinner {
  		position: absolute;
  		width: 60px;
  		height: 60px;
  		left: 50%;
  		top: 50%;
  		margin: -30px 0 0 -30px;
  		opacity: .7;
	}
	.thumbnail-item.loaded img, .product-img.loaded img {
  		opacity: 1;
	}
	.thumbnail-item.loaded .lazy_spinner, .product-img.loaded .lazy_spinner {
  		display: none;
	}
	
  .lazyload { 
    opacity: .2;
  }

  .lazyloaded { 
    opacity: 1;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  
	.row.thumbnails {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.thumbnails .col-xs-4.col-md-3 {
  		padding-left: 5px;
  		padding-right: 5px;
	}
	.thumbnails > div.loaded:only-child {
		display: none !important;
	}
	.thumbnail-display {
		width: 100% !important;
	}
	.caption.discount {
		padding: 0.5rem 0.75rem;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
	}
	.caption.discount .caption-heading {
		font-weight: 400;
		font-size: 1rem;
        line-height: 1rem;
		margin: 0;
        padding: 0;
        color: inherit;
        position: relative;
	}
	.caption.discount .caption-heading::after {
		content: "\f005";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 1em;
        line-height: inherit;
		padding-right: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
    .caption.discount, .discount  {
        background-color: #E34500;
		color: #fff;
	}

    .detail.caption.discount {
        margin-left: 15px;
        width: calc(100% - 30px);
    }

    .caption.discount.newproduct {
        background-color: rgb(255, 143, 0);
    }

  .caption.discount.outofstock { background-color: #a94442; }

    .caption.preorder, .pre-order {
        background-color: #E3A300 !important;
        color: #fff !important;
    }

    .caption.forthcoming {
        background-color: #008000 !important;
        color: #fff !important;
    }


    .caption.offer, .offer {
        background-color: #8FBF00;
        color: #fff;
    }

    .owl-carousel .owl-item, .artwork-view.col-md-3, .artwork-view.col-md-4, .artwork-view.col-lg-3 {
	    padding: 15px;
	    border: 1px solid transparent;
    }

    html.mobile-magic .artwork-view {
        padding: 3px !important;
      }

    .owl-carousel-tall-thumbs {padding: 0 10px;}
    .owl-carousel-tall-thumbs .owl-item {
        padding: 5px;
    }
    .owl-carousel-tall-thumbs .thumbnail {
        background: transparent;
        border: none;
    }
	.thumbs .tall-thumbnail-item {
		min-height: 250px;
		margin-bottom: 0;
		text-transform: uppercase;
	}

	.thumbs .tall-thumbnail-item .caption {
		padding: 10px 4px;
		font-size: 1.2em;
	}



	.thumbs .tall-thumbnail-item .caption h6 small{
		font-size: 100%;
		display: block;
	}

    .thumbnail-item-actions { display: none; }
    .js .thumbnail-item-actions {
        /*padding: 10px 20px;*/
        padding: 100% 0 0;
        /*display: none;*/
        opacity: 0;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        -ms-transition: all 500ms;
        transition: all 500ms;
        /*height: calc(100% - 50px);*/
        z-index: 1029;
        position: absolute;
        width: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
        background-color: rgba(0,0,0,0.85);
    }
    .js .thumbnail-item-actions-btns {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 0 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .thumbnail-item.active .thumbnail-item-actions {
        
        opacity: 1;
    }
    .thumbnail-item-actions .btn {
        position: relative;
        top: 110%;
        transition: all 0.3s;
        transition-timing-function: ease-in;
        text-transform: uppercase;
    }

    .thumbnail-item-actions .btn:nth-child(1) { transition-delay: .0s }
    .thumbnail-item-actions .btn:nth-child(2) { transition-delay: .03s }
    .thumbnail-item-actions .btn:nth-child(3) { transition-delay: 0.06s }
    .thumbnail-item-actions .btn:nth-child(4) { transition-delay: 0.09s }
    .thumbnail-item-actions .btn:nth-child(5) { transition-delay: 0.12s }
    .thumbnail-item-actions .btn:nth-child(6) { transition-delay: 0.15s }
    .thumbnail-item-actions .btn:nth-child(7) { transition-delay: 0.18s }
    .thumbnail-item-actions .btn:nth-child(8) { transition-delay: 0.21s }

    .thumbnail-item.active .thumbnail-item-actions .btn  {
        top: 0;
        transition-timing-function: cubic-bezier(0,.66,0,1);
    }
    .thumbnail-item-actions-heading {
    	font-size: 1rem;
    	text-transform: uppercase;
        margin-top: 0;
        color: #fff;
        text-align: center;
    }
    .thumbnail-item-actions h5 small {
        color: #fff;
    }
      
    .thumbnail-item:focus {
        outline: 1px dotted rgba(0,0,0,0.3);
    }
    
    .btn-close-thumbnail-actions {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        color: rgba(255,255,255,0.5);
        padding: 0.2rem 0.5rem;
        z-index: 10;
        font-size: 2rem;
        line-height: 1;
        font-weight: 200;
    }
    .btn-close-thumbnail-actions:hover,.btn-close-thumbnail-actions:focus {
        color: #fff;
    }

    .thumbnail-item-actions-btns-group {
        margin-bottom: 5px;
    }

    ul.owl-carousel {
        padding: 0;
        list-style-type: none;
    }
    .owl-carousel.disabled {
        display: block !important;
    }

    .owl-controls {
        padding-right: 15px;
        text-align: right;
        display: none;
    }
    .owl-controls > div {
        font-size: 1.8rem;
        height: 2rem;
        width: 2rem;
        line-height: 1;
        text-align: center;
        background-color: #333;
        color: #fff;
        cursor: pointer;
        display: inline-block;
    }
    .owl-controls > div:hover,.owl-controls > div:focus {
        background-color: #000;
        color: #fff;
    }
    .owl-next {
        margin-left: 3px;
    }
/* #endregion */

/* #region Address */
	.addressbox.thumbnail {
  		padding: 20px;
  		cursor: pointer;
  		background: transparent!important;
        border: 1px solid rgba(0,0,0,0.1);
        box-shadow: 0 2px 8px #ccc;
	}
	.addressbox.thumbnail:hover, .addressbox.thumbnail:focus {
  		border-color: rgba(0,0,0,0.3);
        box-shadow: 0 5px 12px #ccc;
	}
	#address-list-container {
  		margin-bottom: 18px;
  		overflow: auto;
	}
	#address-list-container .form-split-1,#address-list-container .form-split-2 {
  		margin-bottom: 18px;
	}
	.address-item {
  		margin: 0 0 9px;
  		padding: 9px;
  		border: 1px solid #ccc;
  		overflow: auto;
	}
	.address-item p {
  		margin: 0;
	}
	#address-edit {
  		margin: 18px 0;
  		padding: 9px;
  		border: 1px solid #ccc;
	}
/* #endregion */

/* #region Brand colours */
	.brand-twitter    { color: #55ACEE; }
	.brand-facebook   { color: #3B5998; }
	.brand-instagram  { color: #3F729B; }
	.brand-soundcloud { color: #FF8800; }
	.brand-youtube    { color: #CD201F; }
	.brand-spotify    { color: #1ed760; }

	.brand-bg-twitter    { background-color: #55ACEE; color: #fff; }
	.brand-bg-facebook   { background-color: #3B5998; color: #fff; }
	.brand-bg-instagram  { background-color: #3F729B; color: #fff; }
	.brand-bg-soundcloud { background-color: #FF8800; color: #fff; }
	.brand-bg-youtube    { background-color: #CD201F; color: #fff; }
	.brand-bg-spotify    { background-color: #1ed760; color: #fff; }
	
	.brand-bg-twitter:hover,.brand-bg-twitter:focus
	{ background-color: #3e9fec; color: #fff; }
	.brand-bg-facebook:hover,.brand-bg-facebook:focus
	{ background-color: #2e4777; color: #fff; }
	.brand-bg-instagram:hover,.brand-bg-instagram:focus
	{ background-color: #376588; color: #fff; }
	.brand-bg-soundcloud:hover,.brand-bg-soundcloud:focus
	{ background-color: #ea7b00; color: #fff; }
	.brand-bg-youtube:hover,.brand-bg-youtube:focus
	{ background-color: #b91c1c; color: #fff; }
    .brand-bg-spotify:hover,.brand-bg-spotify:focus
	{ background-color: #1db553; color: #fff; }
/* #endregion */

/*#region Mailchimp form */
    #mc_embed_signup .small-meta {
        font-size: 11px;
    }

    #mc_embed_signup .nowrap {
        white-space: nowrap;
    }
    #mc_embed_signup .size1of2 {
        clear: none;
        float: left;
        display: inline-block;
        width: 46%;
        margin-right: 4%;
    }

    * html #mc_embed_signup .size1of2 {
        margin-right: 2%; /* Fix for IE6 double margins. */
    }
    #mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
        padding: 5px 0;
    }

        #mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
            display: inline;
            width: 60px;
            margin: 0 2px;
            letter-spacing: 1px;
            text-align: center;
            padding: 5px 0 2px 0;
        }

        #mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
            width: 40px;
        }

        #mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
            width: 30px;
        }

        #mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
            display: none;
        }

    #mc_embed_signup .indicates-required {
        text-align: right;
        font-size: 11px;
        margin-right: 4%;
        float: right;
    }

    #mc_embed_signup .asterisk {
        color: #e85c41;
        font-size: 150%;
        font-weight: normal;
        position: relative;
        top: 5px;
    }

    #mc_embed_signup .clear {
        clear: both;
    }

    #mc_embed_signup .mc-field-group.input-group ul {
        margin: 0;
        padding: 5px 0;
        list-style: none;
    }

        #mc_embed_signup .mc-field-group.input-group ul li {
            display: block;
            padding: 3px 0;
            margin: 0;
        }

    #mc_embed_signup .mc-field-group.input-group label {
        display: inline;
    }

    #mc_embed_signup .mc-field-group.input-group input {
        display: inline;
        width: auto;
        border: none;
    }
    #mc_embed_signup div.response {
        text-align: left;
    }

    #mc_embed_signup #mce-error-response {
        display: none;
    }

    #mc_embed_signup #mce-success-response {
        display: none;
    }

    #mc_embed_signup label.error {
        display: block;
        float: none;
        width: auto;
        margin-left: 1.05em;
        text-align: left;
        padding: .5em 0;
    }
    #mc_embed_signup #num-subscribers {
        font-size: 1.1em;
    }

        #mc_embed_signup #num-subscribers span {
            padding: .5em;
            border: 1px solid #ccc;
            margin-right: .5em;
            font-weight: bold;
        }

    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        display: inline-block;
        margin: 2px 0 1em 0;
        padding: 5px 10px;
        background-color: rgba(255,255,255,0.85);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
        z-index: 1;
        color: #e85c41;
    }

    #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
        border: 2px solid #e85c41;
    }
/*#endregion */

/*#region Modal */
    .close {
        font-size: 4rem;
        font-weight: 100;
        position: relative;
        top: -0.25em;
    }
    .db-tabs {
            margin-top: 2.5rem;
        }
    .db-tabs .nav-tabs > li > a {
        font-size: 1.2rem;
        font-weight: 400;
        text-transform: uppercase;
    }
    .db-tab-description {
        display: block;
        font-size: 0.8rem;
        font-weight: 700;
        min-height: 2.5rem;
        text-transform: none;
    }
    .panel-heading {
        margin: 0;
    }
    .form-links {
        margin: 2rem 0 0;
        padding: 1rem 0;
        border-top: 1px solid #ccc;
    }
    .btn-xl, .modal .btn-xl {
        line-height: 2rem;
        font-size: 1rem;
        font-weight: normal;
    }
    .form-header {
        margin: 0 0 2.5rem;
    }
    .form-submit {
        margin: 2rem 0 1rem;
    }

    .db-modal .modal-dialog {
        width: calc(100% - 32px );
        margin: 16px auto;
        min-height: calc(100% - 32px );
        max-width: 1000px;
    }
    .db-modal .modal-content {
        min-height: calc(100vh - 32px );
    }
    .db-modal .tab-content {
        margin: 0 auto;
        max-width: 800px
    }

    .product-information .tab-content:empty {
		display: none;
	}
/*#endregion */

mark {
	display: inline-block!important;
	padding: 2px 6px!important;
	}

table.checkout .radio input[type="radio"], table.checkout .radio-inline input[type="radio"], 
table.checkout .checkbox input[type="checkbox"], table.checkout .checkbox-inline input[type="checkbox"] {
float: right;
margin-right: 0px;
margin-left: 15px;
}

button, input, optgroup, select, textarea {
	color: #222;
}

#size-guide img {
    width: auto;
    max-width: 100%;
}

#product-description iframe { 
    width: 100% !important; 
}
#sage-frame {
  width: 100%;
  min-height: 500px;
}
#sage-wrapper {
  background-color: #FFF;
  border-radius: 15px;
  padding: 20px;
}

.form-toggle-container {
  margin-top: 1.25em;
}

/* #products-artwork .mix  - removed */

 #news-items .mix,  #artist-releases .mix {
  display: none;
}


div.pager-list span.pager {
  border: 1px solid white;
}
div.pager-list span.pager {
  padding: 8px 14px;
  text-decoration: none;
  color: #fff;
  background-color: #477b8f;
  text-align: center;
}
div.pager-list span.pager.active {
  background-color: #33383C;
}


.product-details .row {
  margin-right: 0;
}

.addthis_sharing_toolbox {
	margin-bottom: 1em;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(255,255,255,0.1);
}
.checkout .radio.control-label {
  position: relative;
  right: 2em;
}
td.track {
  /*vertical-align: middle !important;*/
}
.table-search-tracks td:not(.icon) {
    padding: 0.9rem 0.5rem;
}
.tab-content {
  padding-top: 2rem;
}

#music .nav-pills li:only-child {
    display: none;
}

@media screen and (max-width: 768px) {
      .owl-controls {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-right: 15px;
        text-align: right!important;
    }
}

@media (min-width: 768px) {


    .owl-controls {
        display: block;
    }
	.navbar-fixed-top {
		position: relative;
  }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: none;
	}
	.product-information .addthis_sharing_toolbox {
		margin-bottom: 0;
		float: right;
	}

    .thumbnail-item-letterbox {
        display: flex;
    }
    .thumbnail-item-letterbox .thumbnail-item-img-link {
        flex: 0 0 150px; 
        /*width: 150px;*/
    }
    .thumbnail-item-letterbox .thumbnail-item-caption {
        width: 100%;
    }

    .thumbnail-item-actions-btns-group {
        display: flex;
    }
    .js .thumbnail-item-letterbox .thumbnail-item-actions {
        padding: 0;
        bottom: 0;
        height: 100%;
    }
    .thumbnail-item-letterbox .thumbnail-item-actions-btns {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }
    .js .thumbnail-item-letterbox .thumbnail-item-actions-btns .btn {
        width: auto;
        flex: 1 1 auto;
        margin: 0 1px;
    }
    .js .thumbnail-item-letterbox .thumbnail-item-actions-btns .btn-default {
        flex: 0 0 99%;
        margin: 4px 0 0;
    }
}

@media (min-width: 992px) {
	
	.thumbnail-item-small {
		 display: flex;
		 flex-direction: row;
		 justify-content: space-between;
		 align-items: stretch;
		 align-content: flex-start;
	}
	.thumbnail-item-small-img {
		 width: 40%;
	}

	.thumbnail-item-details {
		 width: calc(60% - 1rem);
		 align-self: flex-end;
		 /*display: flex;*/
		 flex-direction: column;
		 justify-content: flex-end;
		 align-items: flex-end;
	}

	.thumbnail-item-details .btn {
			  align-self: flex-end;
		 }

    .owl-controls {
        margin-top: 0.8rem;
        text-align: right;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 991px){
    .thumbnail-item-actions-heading {
        font-size: 0.85rem;
        text-align: left;
    }
}