#hero .overlay {
    background: linear-gradient(90deg, rgba(65,71,155,0.75) 0%, rgba(65,71,155,0.4) 100%) !important
}
#hero {
    height: 90vh !important;
}
.reggie-container{
    height:150px;
}
.reggie-container .reggie {
    position: absolute;
    left: 85%;
    top: 0;
    max-width: 250px;
}
.reggie img{
    width: 100%;
}
@media screen and (max-width: 600px) {
    .reggie-container .reggie {
        width: 100px;
    }
}