@font-face {
    font-family: Bangers;
    src: url('/ringtones/uploads/fonts/Bangers.ttf');
}

.header {
    display: flex;
    margin-bottom: 20px;
    text-align: center;
}

.header > div {
    flex: 1;
    border: 0;
}

.header .logo {
    flex: 3;
}

.header .logo img {
    max-width: 700px;
    height: auto;
}

.header .gradient-left {
    background-image: url('/uploads/images/gradient-left.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

.header .gradient-right {
    background-image: url('/uploads/images/gradient-right.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .header .logo img {
        width: 100%;
    }
}

#carousel, #carousel .carousel-inner {
    max-height: 50vh;
    overflow-y: hidden;
}

#carousel .carousel-inner img {
    max-height: 50vh;
    background-size: cover;
}

.page-header {
    background-color: #ED6565;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 10px solid #461F1F;
}

.page-header h1 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 8em;
    font-size: 12vw;
    line-height: 8em;
    line-height: 10vw;
    z-index: 1000;
    font-family: Bangers, cursive;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.7);
    @include skew(0, -6.7deg, false);
    @include transition-property(font-size);
    @include transition-duration(0.5s);
}

.home-table {
    width: 100%;
}

.home-table .table thead {
    display: none;
}

.home-table .table {
    border-bottom: 0 !important;
}

@media only screen and (min-width: 767px) {
    .home-table table tbody tr:nth-child(odd) {
        position: relative;
        width: 50%;
        display: inline-block;
    }

    .home-table table tbody tr:nth-child(even) {
        display: inline-block;
        width: 50%;
    }
}

.home-table table td:first-child {
    padding: 5px !important;
}

.home-table table td:nth-child(2) {
    padding: 10px !important;
    font-size: 14px !important;
}

.home-table table td:nth-child(3) {
    padding: 5px !important;
}

.home-table .ringtone-title {
    font-weight: 500;
}

.home-table .ringtone-title:hover {
    cursor: pointer;
}

.home-table .ringtone-artist {
    color: #777;
}

.scene {
    perspective: 600px;
}

.scene--ringtone {
    position: relative;
    display: inline-block;
}

.play-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: url(//i.imgur.com/TxzC70f.png) no-repeat;
    height: 35px;
    width: 35px;
    background-size: cover;
}

.featured-ringtone .play-button-icon {
    height: 70px;
    width: 70px;
}

.ringtone__face--back .fa-pause-circle {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-ringtone h3 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 17px;
    padding: 5px 0 10px;
}

.featured-ringtone hr {
    border: 2px solid #fff;
    width: 20%;
    margin: 5px auto 20px;
}

.featured-ringtone, .featured-ringtone .scene {
    width: 100%;
}

.featured-ringtone {
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(27,57,75,1) 78%);
    text-align: center;
    padding: 20px;
}

.featured-ringtone .ringtone__face--front img, .featured-ringtone .scene {
    width: 200px;
    height: 200px;
}

.featured-ringtone .ringtone__face--back img {
    width: 150px;
    top: 10%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.featured-ringtone .ringtone-info {
    padding: 5px 0 10px 0;
}

.featured-ringtone .ringtone-info .ringtone-title {
    color: #fff !important;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.featured-ringtone .ringtone-info .ringtone-desc {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 3px;
}

.featured-ringtone .ringtone-info hr {
    border: 2px solid #fff;
    width: 30%;
    margin: 10px auto;
}

.featured-ringtone .ringtone-info .ringtone-artist {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.people-liked {
    background-color: #22272D;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    letter-spacing: 5px;
    border-top: 2px solid #fff;
}

.scene-ringtone {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
}

.scene-ringtone.is-flipped {
    transform: rotateY(180deg);
}

.ringtone__face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.scene, .ringtone__face--front img {
    width: 80px;
    height: 80px;
}

.ringtone__face--back {
    color: #000;
    transform: rotateY(180deg);
}

.ringtone__face--back img {
    position: relative;
    top: 25%;
}

.get-btn {
    width: 100px;
}