﻿#main {
    padding: 0;
    position: relative;
}

#main .title {
    text-align: center;
    padding: 3.75rem 0 3.75rem 0;
}

#main .title h2 {
    color: #99d700;
}

#specs dl dt {
    color: #de0062;
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
}

#specs dl dd {
    color: #1e1f24;
    font-weight: lighter;
    font-size: 1rem;
}

#video {
    background: #772ce8;
}

#twitch-embed {
    height: 700px;
}

#collab {
    background: url('https://cdn.originpc.com/img/landing/2023/st-jude-art-basel/collab-bg.jpg') 50% 50% no-repeat;
    background-size: cover !important;
}

@media screen and (min-width: 992px) {
    #main .title {
        text-align: left;
        top: 16%;
        position: absolute;
        width: 30%;
        height: 100%;
    }
}

@media screen and (min-width: 2493px) {
    #main .title {
        width: 23%;
    }
}

@media screen and (min-width: 2772px) {
    #main .title {
        width: 20%;
    }
}