.vid{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20rem;
}
@media screen and (min-width:500px){
    .vid{
        padding-bottom: 30rem;
    }
}
@media screen and (min-width:900px){
    .vid{
        padding-bottom: 40rem;
    }
}
.vid iframe{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    height: 100%;
    width: 100%;
}
.stepText{
    color: #742e16;
    margin: 1rem;
}
@media screen and (min-width:500px){
    .stepText{
        margin: 1.5rem;
    }
}
.stepText p{
    text-align: justify;
    font-size: .9rem;
    margin-bottom: 1rem;
    font-weight: 300;
}
@media screen and (min-width:500px){
    .stepText p{
        font-size: 1.1rem;
    }
}
@media screen and (min-width:900px){
    .stepText p{
        font-size: 1.5rem;
    }
}
.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.steps div{
    width: auto;
    height: 100%;
}
.steps div img{
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    border-radius: .5rem;
    margin-bottom: .5rem;
}
@media screen and (min-width:500px){
    .steps img{
        margin-bottom: 1.5rem;
    }
}