/* CSS Document */
@charset "utf-8";
 @media only screen and (min-width: 320px) and (max-width: 768px) {

}
 @media only screen and (max-width:991px) {
	 .con_bg {
    
    background: none;
}
.con_text {
    display: table;
    margin: 20px 0;
    display: table;
}
.favourites {
	margin: 20px 0;
}
}
@media screen and (max-width: 767px) {
