/*  Less Framework 4
  http://lessframework.com
  by Joni Korpi
  License: http://opensource.org/licenses/mit-license.php */

/*  Resets
  ------  */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

a img {
    border: 0;
}
i {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/*  Typography presets
  ------------------  */

.huge,
h1 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -1px;
}

.large,
h2 {
    font-size: 28px;
    line-height: 26px;
}

.bigger,
h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}

.big,
h4 {
    font-size: 18px;
    line-height: 20px;
}

body {
    font: 16px/24px sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
.relative {
    position: relative;
}
.small,
small {
    font-size: 13px;
    line-height: 18px;
}
.hidden,
.is-hidden {
    display: none !important;
}
.clearfix {
    line-height: 1px;
    font-size: 1px;
    clear: both;
}
.padding-top-small {
    padding-top: 0.5em !important;
}
.padding-bottom-small {
    padding-bottom: 0.5em !important;
}

.padding-top {
    padding-top: 1em !important;
}
.padding-bottom {
    padding-bottom: 1em !important;
}
/* Selection colours (easy to forget) */

::selection {
    background: rgb(254, 248, 214);
}
::-moz-selection {
    background: rgb(254, 248, 214);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: rgb(254, 248, 214);
}

.left {
    float: left;
    margin-right: 1em;
}
.right {
    float: right;
    margin-left: 1em;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.rounded {
    border-radius: 10px;
    overflow: hidden;
}
.img img {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto;
}
.nomargin {
    margin: 0;
}
input,
textarea {
    font-family: sans-serif;
    font-size: 14px;
    padding: 0.2em 0.5em;
    -webkit-appearance: none;
    border: 0px;
}
form {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0.2em;
    background-color: #fff;
}
input[type="text"] {
    width: 65%;
}
input[type="submit"] {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: right;
}
.white {
    background-color: #f1f1f1;
    color: #101010;
}
h4.blue {
    background-color: #5dbaff;
    color: #000;
    display: inline;
    font-size: 12px;
    padding: 2px 4px;
}
/*    Default Layout: 992px.
    Gutters: 24px.
    Outer margins: 48px.
    Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
    padding: 0;
    background: #101010 url(images/bg-stressed-linen.png);
    color: #fff;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
a,
a:visited {
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:visited:hover {
    color: #999;
    text-decoration: none;
}
.contained {
    width: 800px;
    margin: 0 auto;
}
header {
    background-color: #5dbaff;
    padding-top: 5%;
    padding-bottom: 0px;
}
header section {
    position: relative;
}
header section:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 75px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #5dbaff;
}
header .logo {
    width: 120px;
    height: auto;
    padding-left: 40px;
}
article {
}
article section {
    padding: 30px 0;
}
article {
}
article .contained .half {
    width: 50%;
    float: left;
}
.col-container {
    display: block;
    clear: both;
}

.social {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 600px;
    margin: 0px auto 0px auto;
}
.social a {
    float: left;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
}
.social a:hover {
    color: #000;
}
.btn {
    width: 90px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.btn.last {
    margin-right: 0px;
}
.music {
    width: 500px;
    height: 166px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -250px;
}

h1 {
    display: block;
    width: 300px;
    height: 148px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(images/self.png) no-repeat;
}
h2 {
    font-size: 18px;
}
h3 {
    margin-top: 20px;
}
a.button {
    display: inline-block;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    padding: 8px 18px;

    -webkit-border-radius: 6px;
    border-radius: 6px;
}
a.button:hover {
    color: #000;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}
a.button.large {
    font-size: 22px;
    padding: 16px 22px;
}
.fit-img a {
    display: block;
}
.fit-img a img {
    width: 100%;
    height: auto;
}
.fit-img.padding {
    padding: 0.5em;
}
.fit-img.fit-and-skew {
}
#teaser section {
    padding-bottom: 60px;
}
#shows {
    background: #000 url("images/dark_wall.png");
    border-bottom: 1px dotted #fff;
}
#shows .contained {
    text-align: center;
    width: 960px;
    margin: 0 auto;
}
#shows .showlist {
}
#shows .promo {
    width: 300px;
    margin: 20px auto;
    clear: both;
}

#shows .promo .possum {
    top: -20px;
    position: relative;
    padding-left: 10px;
}
#shows .look-down {
    text-align: center;
    font-size: 30px;
}
#shows h2 {
    text-align: center;
    margin-bottom: 20px;
}
#shows h2 img {
    width: 130px;
    height: auto;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
#shows .entry {
    padding-bottom: 20px;
    clear: both;
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
}
#shows .entry .right {
    padding-top: 30px;
}
#shows .entry .flyer {
    width: 150px;
}
#shows .entry .flyer img {
    width: 100%;
    height: auto;
}
#shows .entry .text {
    padding-top: 30px;
}
#shows .entry h4,
#shows .entry h5,
#shows .entry h6 {
    text-align: left;
    margin: 0;
    padding: 0;
}
#shows .entry h4 {
    font-size: 18px;
    font-weight: bold;
}
#shows .entry h5 {
    font-size: 16px;
}
#shows .entry h6 {
    font-size: 14px;
}

#music {
    padding-bottom: 100px;
    position: relative;
}
#music .contained {
    width: 960px;
}

#music:after {
    content: "";
    display: block;
    clear: both;
}
.item {
    width: 22.5%;
    height: 300px;
    margin: 0 20px 50px 0;

    float: left;
    position: relative;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.item img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.item:hover img {
    width: 150%;
    left: -50px;
    top: -50px;
    z-index: 100;
    cursor: pointer;
}
.item.active img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.item h3 {
    font-size: 18px;
    margin-top: 230px;
}
.item h4 {
    font-weight: normal;
    font-size: 0.9em;
}
#music.closed {
    height: 160px;
    overflow: hidden;
    position: relative;
}
#music.closed:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 260px;
    border-bottom: 1px solid #f00;

    background: -moz-linear-gradient(
        top,
        rgba(241, 241, 241, 0) 0%,
        rgba(241, 241, 241, 1) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(241, 241, 241, 0)),
        color-stop(100%, rgba(241, 241, 241, 1))
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        rgba(241, 241, 241, 0) 0%,
        rgba(241, 241, 241, 1) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        rgba(241, 241, 241, 0) 0%,
        rgba(241, 241, 241, 1) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        top,
        rgba(241, 241, 241, 0) 0%,
        rgba(241, 241, 241, 1) 100%
    ); /* IE10+ */
    background: linear-gradient(
        to bottom,
        rgba(241, 241, 241, 0) 0%,
        rgba(241, 241, 241, 1) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#music.closed:before {
    content: "Show All";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 20;
    font-weight: bold;
    font-size: 25px;
}
#music.closed .item {
    width: 11.25%;
    height: 100px;
}
#music.closed .item h3,
#music.closed .item h4 {
    display: none;
}

.row {
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row .detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 430px;
    border-top: 1px dotted #999;
    padding-top: 30px;
    opacity: 0;
    padding-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row .detail.active {
    opacity: 1;
}
.row:before {
    content: "";
    position: absolute;
    left: 10%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px dotted #999;
}
.row.first:before {
    left: 10%;
}
.row.second:before {
    left: 33%;
}
.row.third:before {
    left: 58%;
}
.row.fourth:before {
    left: 85%;
}
#music .detail {
}
#music .rowHolder {
    float: left;
    padding-bottom: 30px;
}
#music .detail .cover {
    height: 500px;
    width: 400px;
    float: left;
    margin-right: 30px;
    position: relative;
}
#music .detail .cover .imgs {
    width: 400px;
    height: 400px;
    float: left;
}
#music .detail .cover .imgs img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#music .detail .cover .imgs img:first-child {
    z-index: 1;
}
#music .detail .text {
    margin-left: 430px;
    width: 520px;
}
#music .detail .text h2 {
    font-size: 24px;
}
#music .detail .text p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#music .detail .text a {
    color: #000;
}
.container.detail #music .detail .text a {
    color: #fff;
}
#music .detail .text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#music .detail .text ul.options {
    height: 40px;
}
#music .detail .text ul.options a {
    display: block;
    float: left;
    padding: 3px 12px;
    background-color: #4f233e;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-weight: normal;

    -webkit-border-radius: 6px;
    border-radius: 6px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#music .detail .text ul.options a:hover,
#music .detail .text ul.options a.active {
    background-color: #7e3763;
}
#music .detail h3 {
    margin-top: 0px;
}
#music .detail .text .tracks {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#music .detail .text .tracks ul.half {
    width: 45%;
    float: left;
    margin-right: 20px;
}
#music .detail .text .tracks a {
    color: #999;
    text-decoration: none;
}
#music .detail .text .tracks a:hover,
#music .detail .text .tracks a.active {
    color: #000;
}
#music .detail .text .tracks ul.half.flush {
    margin-right: 0px;
}
#music .detail .text .tracks ul li.grey {
    color: #999;
}
#music .detail .text .tracks.small ul {
    font-size: 14px;
    line-height: 22px;
}
#music .detail .listen,
#jukebox-old {
    height: 50px;
    overflow: hidden;
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 300;
}

body.video-playing #jukebox {
    /* height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 394px;
    margin-top: -197px;
    margin-left: -350px;
    z-index: 100; */
}
#jukebox {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 400px;
    aspect-ratio: 16/9;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
#jukebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.video-playing #jukebox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border-radius: 0;
    width: 80%;
}
#music .detail .listen iframe,
#jukebox iframe {
    /* margin-top: -430px;
    width: 100%; */
}
body.video-playing #jukebox iframe {
    /* margin-top: 0px;
    width: 100%;
    height: 394px; */
}
#imgnav {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}
#imgnav li {
    position: relative;
    float: left;
    display: block;
    right: 50%;
}
#imgnav li a {
    text-decoration: none;
    font-size: 13px;
    color: #999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#imgnav li a:hover,
#imgnav li.activeSlide a {
    color: #000;
}

#dimmer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.video-playing #dimmer {
    display: block;
}

#merch {
    padding-bottom: 20px;
    border-top: 1px dotted #ccc;
}
#merch h4 {
    text-align: left;
    padding-top: 22px;
}
#merch .half {
    width: 48%;
    margin-right: 10px;
    float: left;
    text-align: center;
}
#merch a.img {
    width: 150px;
    float: left;
    margin-right: 12px;
}
#merch a.img img {
    width: 100%;
    height: auto;
}
#merch .button {
    float: left;
    margin-top: 10px;
}
#merch .half.flush {
    margin-right: 0px;
}

#photos {
    padding-bottom: 30px;
    clear: left;
    text-align: center;
}
#photos h2 {
    font-weight: normal;
    margin-top: 20px;
    clear: left;
}
#photos h2 a {
    text-decoration: none;
}

#image-list div {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 125px;
    height: 83px;
}
#image-list div.flush {
    margin-right: 0px;
}
#image-list div a img {
    width: 100%;
    height: auto;
}
.borderbottom,
#teaser,
#tedtalk {
    border-bottom: 1px dotted #fff;
}
#tedtalk {
    text-align: center;
}
#tedtalk a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
#tedtalk a:hover {
    color: #5dbaff;
}

#instagram {
    border-bottom: 1px dotted #fff;
}
#instagram .feed {
    width: 90%;
    margin: 0 auto 20px auto;
}
#instagram .contained {
    width: auto;
    padding-bottom: 0px;
}
#instagram .entry {
    width: 20%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
#instagram .entry img {
    width: 100%;
    height: auto;
}
#instagram .entry p {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 10px 10px 10px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#instagram .entry:hover p {
    opacity: 1;
}
#instagram h2 {
    text-align: center;
    margin: 0 0 20px 0;
}
#contact h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
#contact a {
    text-decoration: none;
    color: #fff;
}
#contact h4 a {
    text-decoration: underline;
}
#contact a:hover {
    color: #5dbaff;
}
#contact h4,
#theform h4 {
    font-size: 20px;
    text-align: center;
}
#contact .contained {
    width: 960px;
    padding-top: 90px;
    padding-bottom: 80px;
}
#contact .columns {
    margin: 80px 0 30px 0;
}

#contact .col {
    float: left;
}
#contact .col h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 8px;
}
#contact .col .padding {
    padding: 10px;
}
#contact .col.quart {
    width: 25%;
}
#contact .col.third {
    width: 33.33333%;
}
#theform h4 {
    padding-bottom: 40px;
}

footer {
    background: url("images/footer-bg.png") repeat-x bottom;
}
footer section {
    padding: 20px 10px;
    color: #000;
    background-color: #bdbd30;
}

.big h2 {
    font-size: 28px;
    line-height: 40px;
}
.big .contained {
    padding-top: 70px;
    padding-bottom: 70px;
}
.superfakenice .half img {
    width: 100%;
    height: auto;
}
.superfakenice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.superfakenice ul a {
    text-decoration: none;
}
.superfakenice .half .padding {
    text-align: left;
    padding: 20px;
}
.superfakenice h3 {
    font-size: 30px;
    margin-top: 0;
}
.superfakenice h4 {
    margin: 10px 0;
}
.superfakenice p {
    margin-bottom: 10px;
}
.superfakenice .full img {
    width: 100%;
    height: auto;
}
#runaway {
    clear: both;
}
.runawaycats {
    overflow: hidden;
    margin-bottom: 20px;
}
.runawaycats ul {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}
.runawayscats ul li {
    position: relative;
    float: left;
    display: block;
    right: 50%;
    margin-right: 10px;
}
.runawayscats ul li a {
    display: block;
    width: 200px;
}
.runawaycats img {
    max-width: 250px;
    height: auto;
    margin-right: 10px;
}
h3.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.video-bg .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.video-bg video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.videoembed {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
.videoembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* small */
@media screen and (max-width: 39.9375em) {
    .contained,
    #music .contained {
        width: auto;
        padding: 30px;
    }

    .video-bg {
        display: none;
    }
    .huge {
        font-size: 2em;
    }
    .self-logo {
        width: 100%;
        display: block;
        text-align: center;
    }
    header {
        padding-top: 0;
    }
    header .logo {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .social {
        position: relative;
        text-align: center;
        width: 100%;
        right: auto;
        bottom: auto;
        height: auto;
    }
    .social a {
        float: none;
    }
    .social .right {
        float: none;
    }
    #music {
    }
    #music .contained {
        display: flex;
        flex-wrap: wrap;
    }
    #music .item {
        flex: 1 1 50%;
        box-sizing: border-box;
        padding: 1em;
        padding-bottom: 2em;
        margin: 0;
        height: auto;
        min-height: 300px;
    }
    .item img {
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        position: relative;
    }
    .item h3 {
        margin-top: 0;
        padding-top: 1em;
    }
    .item a:first-child {
        display: block;
    }
    .item:hover img {
        width: 100%;
        left: auto;
        top: auto;
        z-index: 100;
        cursor: pointer;
    }
    .item.active img {
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    }
    /* #music .rowHolder {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        float: none;
        background: rgba(0, 0, 0, 0.4);
    }
    #music .rowHolder .detail {
        padding: 40px;
        background: #fff;
    }
    #music .detail .cover {
        width: 100%;
        height: auto;
        text-align: center;
        float: none;
    }
    #music .detail .cover .imgs {
        float: none;
        width: 100%;
        height: auto;
        position: relative;
    }
    #music .detail .cover .imgs img {
        position: relative;
    }
    #music .detail .text {
        margin-left: 0;
        width: auto;
    } */
    #contact .contained {
        padding: 40px 0 0 0;
    }
    #contact .contained {
        width: 100%;
    }
    #contact .columns {
        margin: 0;
    }
    #contact .col,
    #contact .col.third {
        width: 100%;
        float: none;
        font-size: 24px;
    }
    #contact .col a {
        display: block;
    }
}

/* medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}
