#hydrate .carousel-container {
    position: relative;
}
#hydrate .carousel {
    position: relative;
}
#hydrate .citem {
    padding: 0 2px;
}
#hydrate .citem img {
    width: 100%;
    vertical-align: middle;
}
#hydrate .carousel-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.75);
}
#hydrate .carousel-overlay .container {

}
#hydrate .co-container {
    position: relative;
    text-align: center;
}
#hydrate .co-container img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5vw;
}
#hydrate .co-container .co-text {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 5rem;
    color: #0b75bb;
    text-transform: uppercase;
}
.hydrate-container {
    padding-top: 25px;
}
.slick-prev, .slick-next {
    z-index: 2;
    width: 5rem;
    height: 5rem;
}
.slick-prev:before, .slick-next:before {
    font-size: 5rem;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}
.slick-prev {
    left: 1%;
}
.slick-next {
    right: 1%;
}
.img-right {
    float: right;
    padding: 0 0 10px 20px;
    width: 100%;
    max-width: 500px;
}
.img-left {
    float: left;
    padding: 0 20px 10px 0;
    width: 100%;
    max-width: 500px;
}
.img-center {
    text-align: center;
    padding: 0 20px 10px 0;
    width: 100%;
    max-width: 1000px;
} 
.sm-bubble {
    float: left;
    padding: 0 0 10px 20px;
    width: 100%;
    max-width: 150px;
}
.gamesvig1 {
    height: 200px; 
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.gamesvig2 {
    height: 350px; 
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
table thead th {
    color: #fff;
}
li.games {
    font-size: 1.68rem;
    margin-left: 50px;
}
li.about {
    font-size: 18px;
    margin-left: 50px;
}
hr {
    color:#383838;
}
h5{
    padding-top: 15px;
}
.about {
    font-size: 18px;
}
.hangingindent {
    padding-left: 22px ;
}
.checkout {
    font-size: 2rem;
}
#hydrate .flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#hydrate .flex-item {
    
}
#hydrate .flex-item:first-child {
    width: 60%;
}
#hydrate .flex-item:last-child {
    width: 40%;
    padding-left: 15px;
}
#hydrate .flex-item video {
    width: 100%;
    max-width: 500px;
}
@media screen and (max-width:1400px) {
    #hydrate .co-container .co-text {
        font-size: 2rem;
        line-height: 4rem;
    }
    #hydrate .co-container img {
        width: 6vw;
    }
    #hydrate .flex-item:first-child {
        width: 55%;
    }
    #hydrate .flex-item:last-child {
        width: 45%;
    }
}
@media screen and (max-width:1200px) {
    #hydrate .co-container .co-text {
        font-size: 1.75rem;
        line-height: 3.5rem;
    }
    #hydrate .co-container img {
        width: 6vw;
    }
    #hydrate .flex-item:first-child, #hydrate .flex-item:last-child {
        width: 50%;
    }
}
@media screen and (max-width:992px) {
    #hydrate .co-container .co-text {
        font-size: 2rem;
        line-height: 4rem;
    }
    #hydrate .co-container img {
        width: 7vw;
    }
    #hydrate .flex-container {
        flex-direction: column-reverse;
    }
    #hydrate .flex-item:first-child, #hydrate .flex-item:last-child {
        width: 100%;
    }
    #hydrate .flex-item:last-child {
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    #hydrate .co-container .co-text {
        font-size: 1.75rem;
        line-height: 3.5rem;
    }
    #hydrate .co-container img {
        width: 8vw;
    }
    .slick-prev, .slick-next {
        width: 4rem;
        height: 4rem;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 4rem;
    }
}
@media screen and (max-width:600px) {
    #hydrate .co-container .co-text {
        font-size: 1.5rem;
        line-height: 2.75rem;
    }
    #hydrate .co-container img {
        width: 10vw;
    }
    .checkout {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:480px) {
    #hydrate .co-container .co-text {
        font-size: 1rem;
        line-height: 2.5rem;
    }
    #hydrate .co-container img {
        width: 11vw;
    }
}
@media screen and (max-width:350px) {
    #hydrate .co-container .co-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
        width: 160px;
        margin: 0 auto;
    }
    #hydrate .co-container img {
        width: 14vw;
    }
}