/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 25, 2017, 3:19:47 PM
    Author     : spyros
*/

.simple-slide {
    position: absolute;
    top: 10%;
}

.chat-slide {
    min-height: 260px;
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
 
    .simple-slide p {
        font-size: 16px!important;
    }
    
}

@media (max-width: 767px) {
 
    .chat-slide {
        min-height: 400px;
    }
    
    .chat-slide img {
        height: 100%;
    }

    
}