.slidefull {
    width: 100%;
    max-height: 450px;
}

.bannerfull {
    position: relative;
    width: 100%;
    height: 100%;

}


.bannerfull a img {
    width: 100%;
    height: 100%;
    max-height: 420px;
}

.bannertext h2,
.bannertext p {
    width: 90%;
    margin-top: 17px;
    line-height: 1.1;

}

.bannertext {
    position: absolute;
    text-align: left;
    top: 100px;
    width: 80%;
    left: 80px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.banner__title{
    font-size: 52px;
}

@media screen and (max-width:920px) {
    .bannertext {
        top: 0px;
        left: 25%;
        width: 60%;
    }
    .banner__title{
        font-size: 32px;
    }
    
}
@media screen and (max-width:650px) {
    .bannertext {
        top: 3%;
        width: 300px;
    }
    .banner__title{
        font-size: 28px;
    }
}

@media screen and (max-width:570px) {
    .bannertext {
        top: 24%;
        left: 0;
        width: 100%;
        max-width: 99%;
        text-align: center;
    }

    .bannertext h2,
    .bannertext p {
        width: 90%;
        margin-left: 23px;

    }
    .bannertext h2{
        margin-bottom: .5em;
    }
    .banner__title{
        font-size: 36px;
    }
}

@media screen and (max-width:390px) {
    .bannertext h2{
        margin-bottom: 0;
    }
    .banner__title{
        font-size: 26px;
    }
    .bannertext p{
        font-size: 14px;
    }
    
}
@media screen and (max-width:310px) {
    
    .banner__title{
        font-size: 20px;
    }
    
}