
@media only screen and (max-width: 1366px) {
}
/* TABLET2 Ä°PAD PRO CSS KODLARI */
@media only screen and (max-width: 1024px) {
}

/* TABLET Ä°PAD  CSS KODLARI */
@media only screen and (max-width: 769px) {
}

/* MOBÄ°L CSS KODLARI */
@media only screen and (max-width: 600px) {

 .tp-bgimg{
       background-position: 100% 100% !important;
    background-size: 100% 100% !important;
    height: 304px !important;
}

.rev_slider{
    height:300px !important;
}
.rev_slider_wrapper{
    height:300px !important;
}


}






