﻿.row {
    display: flex;
    flex-wrap:wrap;
    padding-top: 20px;
}
.fluid-image {
    margin: auto;
    position: relative
}
.introtext {
    position: absolute;
    padding: 120px;
    width: 50%;
    color: #FFF;
}
.introtext h2 {
    color: #FFF;
    text-transform: none;
}
.welcome {
    padding-top: 70px;
}
.spotlighttext {
    position: absolute;
    width: 55%;
    font-weight: bold;
    padding-top: 10%;
    padding-left: 30%;
}
.spotlightbackground h1 {
    position: absolute;
    color: #FFF;
    background-color: #000;
    font-weight: bold;
    padding: 5px 50px;
    margin-top: 70px;        
}    
.spotlightproduct img {
    width: 350px;
    height: auto;
    position: absolute;
    left: 0;
    padding-top: 10%;
}
.spotlightlifestyle {
    position: absolute;
    right: 0;
}

.container {
    width: 1366px;
    height: 630px;
    overflow: hidden;
    padding-bottom: 20px;
}
.col-md-4 {
    padding: unset;
}
.col-md-4 img {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.col-md-4 h1 {
    position: absolute;
    margin-top: 18vw;
    margin-left: 2vw;
    width: 400px;
    color: #FFF;
}
.asset-button {
    position: absolute;
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 23vw;
    margin-left: 2vw;
    color: #FFCD00;
}
.promotext {
    position: absolute;
    right: 5vw;
    top: 7vw;
}
.promotext h2 {
    color: #FFF;
    font-weight: bold;
}
.promotext h3 {
    color: #FFCD00;
    font-weight: bold;
}
.trainingcamp {
    position: absolute;
    left: 5vw;
    top: 7vw;
}

.trainingcamp h2 {
    color: #FFF;
    font-weight: bold;
}
.trainingcamp h3 {
    color: #FFCD00;
    font-weight: bold;
}
.POPtext {
    position: absolute;
    width: 70%;
    font-weight: bold;
    padding-top: 5%;
    padding-left: 45%;
}

.POPbackground h1 {
    position: absolute;
    color: #FFF;
    background-color: #000;
    font-weight: bold;
    padding: 5px 50px;
    margin-top: 30px;
    right: 0;
}

.POPproduct img {
    width: 400px;
    height: auto;
    position: absolute;
    right: 40px;
    padding-top: 7%;
}

.POPlifestyle {
    position: absolute;
    left: 0;
}