.story{
    display: flex;
    margin-bottom: 3rem;
    min-height: 250px;
}
.story img{
    width: 30px;
    height: 40px;
    margin-right: 10px;
}
.story h3{
    margin-bottom: 0;
    font-size: 24px;
    color: var(--primary-color);
    line-height: 40px;
}

.relative {
    position: relative;
}

.full-height {
    height: 100%;
}

.revertBackground {
    transform: scale(1.0) !important;
}

.fadeUpTransition {
    transition: 1.5s all;
}

.fadeUpBefore {
    transform: translateY(40px);
    opacity: 0;
}

.fadeUpBefore.fadeUpAfter {
    transform: translateY(0);
    opacity: 1;
}

#bg-top{
    position: relative;
    width: 100%;
    height: 850px;
    overflow: hidden;
    background-size: cover;
}
#bg-top .bg-image{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
    background-size: cover;
    background-position: center center;
    transform: scale(1.05);
    transition: transform 1s;
}
#bg-top .copy{
    position: absolute;
    top: 20%;
    width: 515px;
    left: 65%;
}
#bg-top .copy h1{
    margin-left: 50px;
    margin-bottom: 30px;
}
#bg-top .copy .download{
    margin-left: 50px;
    width: 180px;
}
#bg-top .social{
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
}
#bg-top .social ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
#bg-top .social ul .linkedin{
    width: 21px;
}
#bg-top .social ul .twitter {
    width: 24px;
}
#bg-top .social ul .facebook {
    width: 11px;
}
#bg-top .social ul .email{
    width: 24px;
}
#bg-top .social ul li{
    margin: 0 11px 0 11px;
    cursor: pointer;
}
#bg-top .arrow-down{
    position: absolute;
    left: calc(50% - 28px);
    width: 56px;
    bottom: 20px;
}
#bg-top .arrow-down img{
    display: none;
}
#bg-top.desktop{
    display: block;
}
#bg-top.laptop{
    display: none;
}
@media only screen and (max-width: 1700px){
    #bg-top{
        height: 750px;
    }
    #bg-top .bg-image{
        height: 750px;
    }
}
@media only screen and (max-width: 1500px){
    #bg-top .copy{
        left: 55%;
    }
    #bg-top{
        height: 650px;
    }
    #bg-top .bg-image{
        height: 650px;
    }
}
@media only screen and (max-width: 1300px){
    #bg-top{
        height: 600px;
    }
    #bg-top .bg-image{
        height: 600px;
    }
    #bg-top .copy {
        left: 50%;
    }
    .story{
        margin-bottom: 0px;
    }
    #bg-top .copy{
        width: 470px;
    }
    .story{
        min-height: 200px;
    }
}
@media only screen and (max-width: 1200px){
    #bg-top{
        height: 550px;
    }
    #bg-top .bg-image{
        height: 550px;
    }
}
@media only screen and (max-width: 1023px){
    #bg-top{
        height: 550px;
    }
    #bg-top .bg-image{
        height: 550px;
    }
    #bg-top.desktop{
        display: none !important;
    }
    #bg-top.laptop{
        display: block !important;
    }
    #bg-top .copy{
        text-align: center;
        left: 50%;
        top: 35%;
        transform: translateX(-50%);
        width: 80%;
    }
    .story{
        display: block;
        min-height: initial;
    }
    .story h3{
        color: #fff;
        font-family: 'Roboto Condensed';
        font-weight: initial;
        font-size: 20px;
        line-height: 50px;
    }
    #bg-top .copy h1{
        font-family: 'Roboto Condensed';
        margin-left: 0px;
        color: #fff;
        font-weight: initial;
        font-size: 40px;
        margin-bottom: 30px;
    }
    #bg-top .copy .download{
        margin: auto;
        text-align: left;
    }
}    
@media only screen and (max-width: 768px){
    #bg-top{
        height: 500px;
    }
    #bg-top .bg-image{
        height: 500px;
    }
}

@media only screen and (max-width: 500px){
    #bg-top .copy h1{
        font-size: 25px;
        margin-bottom: 20px;
    }
    #bg-top .copy{
        top: 32%;
        transform: translateX(-50%);
    }
    #bg-top{
        height: 330px;
    }
    #bg-top .bg-image{
        height: 330px;
    }
    .story h3{
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }

}
@media (max-width: 325px){
    #bg-top .copy h1{
        font-size: 30px;
    }
    .story h3{
        font-size: 14px;
    }
}