.head{
    margin-top:60px;
}
.container:after{
    clear:both;
}
.legal{
    font-size: 12px;
    line-height: 16px;
    margin-top: 60px;
}
img.center-block{
    display:block;
    margin:auto;
}
.banner .container h1{
    margin-top: 40px;
    margin-bottom: 33px;
}
.banner .container h1 span{
    font-size:96px;
    line-height:104px;
}
.banner .container p{
    font-size:24px;
    line-height:30px;
    margin-top: 24px;
    margin-bottom: 64px;
}
.video_link a{
    border-radius: 50px;
    padding: 19px 56px 21px;
    color: #FFF;
    background-color: #F037A5;
    font-size: 16px;
    line-height: 1;
}
.video-banner{
    background-image: url(../images/header-spikes-lg.jpg);
    height: 596px;
    display: block;
}
.banner::after{
    background:none;
}

.btn-scroll-fuchsia {
    color: #F037A5;
}
.btn-scroll {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 16px;
    line-height: 1;
}
.btn-scroll:not(.pull-left):not(.pull-right) {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: inline-block;
    left: 0;
    margin-left: 50%;
    position: absolute;
}
.btn-scroll-arrow {
    background-color: #FFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 52px;
    height: 52px;
    -webkit-transition: fill .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: fill .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: fill .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: fill .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out;
    transition: fill .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: -26px;
    margin-top: -26px;
}
.btn-scroll-arrow svg {
    display: block;
    height: 47%;
    width: 100%;
    position: relative;
    fill: currentColor;
}
.btn-scroll-arrow svg:first-of-type {
    top: 9%;
}
.btn-scroll-arrow svg:last-of-type {
    top: -20%;
}
.btn-scroll:hover .btn-scroll-arrow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn-scroll-fuchsia:hover, .btn-scroll-fuchsia:focus {
    color: #a82773;
}
.remove-drm-part{
    padding-bottom: 12px;
    padding-top: 52px;
}
.remove-drm-part .container{
    max-width: 100%;
}

.remove-drm-part .container h2{
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
}
.remove-drm-part .container .col-md-4{
    margin-bottom:30px;
}

.remove-drm-part h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
    padding:0;
}
.remove-drm-part div.ac{
    padding-bottom:20px;
}
.remove-drm-part div.ac img{
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.spotify-ripper-feature,.spotify-ripper-feature-more{
    padding: 34px 0;
}
.spotify-ripper-feature .container .col-md-6,.spotify-ripper-feature-more .container .col-md-6{
    max-height: 584px;
}
.spotify-ripper-feature .container .col-md-6 img:nth-child(2),.spotify-ripper-feature-more .container .col-md-6 img:nth-child(2){
    position: relative;
    border-radius: 5px;
    left: 3px;
    top: -513px;
}

.spotify-ripper-feature .container .col-md-6 h3,.spotify-ripper-feature-more .container .col-md-6 h3{
    margin-top: 95px;
    color: #2D46B9;
    font-size: 40px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 32px;
}
.spotify-ripper-feature .container .col-md-6 .row,.spotify-ripper-feature-more .container .col-md-6 .row {
    text-align: left;
    margin-bottom: 22px;
}
.spotify-ripper-feature .container .col-md-6 .bubble,.spotify-ripper-feature-more .container .col-md-6 .bubble {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding-left: 1px;
    padding-top: 6px;
    text-align: center;
    width: 40px;
}
.spotify-ripper-feature .container .col-md-6 .bubble.bubble-first,.spotify-ripper-feature-more .container .col-md-6 .bubble.bubble-first {
    text-align: left;
    padding-left: 13px;
}

.spotify-ripper-feature .container .col-md-6 .bubble,.spotify-ripper-feature-more .container .col-md-6 .bubble {
    background-color: #F037A5;
}
.spotify-ripper-feature .container .col-md-2,.spotify-ripper-feature-more .container .col-md-2{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    /* display: -webkit-box; */
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding-left: 0;
}
.spotify-ripper-feature .container .col-md-10,.spotify-ripper-feature-more .container .col-md-10{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    /* display: -webkit-box; */
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding-left: 0;
}
.spotify-ripper-feature .container .col-md-10.col-sm-12 p,.spotify-ripper-feature-more .container .col-md-10.col-sm-12 p{
    margin-left:-15px;
}
.spotify-ripper-feature .container .subtitle,.spotify-ripper-feature-more .container .subtitle {
    font-size: 18px;
    line-height: 26px;
}

.text-fuchsia {
    color: #F037A5;
}
.better-way-listen{
    background-color: #2D46B9;
    padding-bottom: 70px;
    padding-top: 55px;
    margin-bottom: 0;
    text-align: center;
    color: #F8F8F8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.better-way-listen h3{
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-top: 24px;
    margin-bottom: 48px;
}
.better-way-listen .col-md-3 img {
    height: 190px;
}
.better-way-listen .col-md-3 .subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 33px;
    margin-bottom: 18px;
    font-weight:400;
    letter-spacing: -0.2px;
}
.multiple-players{
    background-color: #FFF;
    padding-bottom: 64px;
    margin-bottom: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.multiple-players h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 24px;
    margin-top: 14px;
    color: #2D46B9;
}
.multiple-players .subtitle{
    font-size: 18px;
    line-height: 26px;
    margin-top: 33px;
    margin-bottom: 18px;
    font-weight:400;
    letter-spacing: -0.2px;
}
.multiple-players .see-all{
    margin-top:20px;
}
.multiple-players .see-all a{
    border-radius: 50px;
    padding: 14px 56px 16px;
    color: #FFF;
    background-color: #F037A5;
    font-size: 16px;
    line-height: 1;
}

.connect{
    color: #fff;
    background-color: #4b47b7;
    background-image: url(//www.scdn.co/i/connect/premium-bg.jpg);
    padding-bottom: 4.1em;
    padding-top: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.connect h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 24px;
    margin-top: 14px;
    color: #fff;
}
.connect .subtitle{
    font-size: 18px;
    line-height: 26px;
    margin-top: 33px;
    margin-bottom: 18px;
    font-weight:400;
    letter-spacing: -0.2px;
}
.connect .see-all{
    margin-top:20px;
}
.connect .see-all a{
    border-radius: 50px;
    padding: 14px 56px 16px;
    color: #FFF;
    background-color: #F037A5;
    font-size: 16px;
    line-height: 1;
}
.download-apple-music .download-btn h1{
    font-size:24px;
    color: #2D46B9;
}

@media (min-width: 1200px){
.container {
    width: 1170px;
}
.better-way-listen .col-md-3 img {
    height: 219px;
}
.connect{
    background-image: url(//www.scdn.co/i/connect/premium-bg-lg.png);
}
}

@media (min-width: 768px){
.remove-drm-part .container .col-md-4{
    margin-top:30px;
}
.multiple-players{
    padding-top: 48px;
    padding-bottom: 48px;
}

.spotify-ripper-feature .container .col-md-6{
    margin-top: 30px;
    margin-bottom: 30px;
}
}
@media (max-width: 768px){
    .head{
        margin-top:0;
}
    .banner .container h1{
        margin-top:0;
        margin-bottom:0;
    }
    
    .banner .container h1 span{
        font-size: 48px;
        margin-top:0;
        margin-bottom:0;
    }
    .banner .container p{
        font-size: 16px;
        margin-top:0;
        margin-bottom:24px;
    }
    .banner .video_link{
        margin-bottom: 50px;
}
    
    .remove-drm-part .container h2{
        font-size:32px;
    }
    .remove-drm-part div.ac img{
        margin-bottom: 0;
    }
    .remove-drm-part .phone-mg{
        margin-top:-20px;
    }
    .multiple-players .players{
        display:none;
    }
    .spotify-ripper-feature,.spotify-ripper-feature-more{
    padding-bottom:40px;
}
    .spotify-ripper-feature .container .col-md-6 h3,.spotify-ripper-feature-more .container .col-md-6 h3{
        margin-top:0;
        text-align:center;
        font-size: 28px !important;
    }
    .spotify-ripper-feature .container .col-md-10,.spotify-ripper-feature-more .container .col-md-10{
        padding-right:0;
    }
    .spotify-ripper-feature .container .col-md-6:nth-child(1){
        display:none;
    }
    .spotify-ripper-feature-more .container .col-md-6:nth-child(2){
        display:none;
    }
    .spotify-ripper-feature .container .col-md-6 .row,.spotify-ripper-feature-more .container .col-md-6 .row{
        text-align:center;
    }
    .download-apple-music .download-btn h1{
        margin-top:0;
    }
    .legal {
        margin-top:0;
    }
    
}