/*--------------------------------------------------------------
  Template Name: Tmart-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Tmart is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: Theme365
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

@media only screen and (max-width: 992px) {
    .carousel1_desktop{display:none; visibility: hidden;}
    .carousel1_mobile{display:block; visibility: visible;}
}

@media only screen and (min-width: 992px) {
    .carousel1_mobile{display:none; visibility: hidden;}
    .carousel1_desktop{display:block; visibility: visible;}
}