@media screen and (max-width: 991px) and (min-width: 768px) { 
    /* General CSS */
	.slider-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px 40px !important;
    }
    
    /* Rezept form */

    .rezept-form label {
        font-size: 14px;
    }
}
    
    