
    .slides {
        float: right;
        bottom: 0px;
        width: 100%;
    }
    
    .slide2 {
        float: right;
        font-size: 15px;
        background-color: #795548;
    }
     @media only screen and (min-width: 650px) {
        .slide {
        float: right;
        font-size: 65px;
        padding: 35px;
        background-color: #fd6402;
    }
    .konumlandır {
        float: right;
        bottom: 0px;
        width: 100%;
        padding-top: 140px;
    }
    }
    @media only screen and (max-width: 650px) {
        .slide {
        float: right;
        font-size: 24px;
        padding: 17px;
        background-color: #fd6402;
    }
    .konumlandır {
        float: right;
        bottom: 0px;
        width: 100%;
        padding-top: 100px;
    }
    }