﻿.box--double .textBox{
    padding-top: 20%;
    opacity: 0.9;
}
.box--double .textHere{
    padding-top: 75%;
    position: absolute;
    z-index:1;
}
.box--double .textBox__desc{
    display: none;
}
.box--double .textBox__title {
    margin-top: 10px;
    font-size: 17px !important;
    line-height: 1.2;
}
@media only screen and (min-width: 375px) {
    .box--double .textHere{
        padding-top: 76%;
    }
}
@media only screen and (min-width: 492px) {
    .box--double .textHere{
        padding-top: 77%;
    }
}
@media only screen and (min-width: 623px) {
    .box--double .textHere{
        padding-top: 78%;
    }
}

@media only screen and (min-width: 640px) {
    .box--double .textHere{
        position: unset;
        padding-top: unset;
        z-index:1;
    }
    .box--double .textBox{
        padding-top: 100%;
        opacity: 1;
    }
    .box--double .textBox__desc{
        display: unset;
    }
    .box--double .textBox__title {
        margin-top: unset;
        font-size: 1.375rem !important;
        line-height: 1.4;
    }
}