/*
Theme Name: Avas Child
Theme URI: https://x-theme.net/avas/
Author: theme-x
Author URI: https://themeforest.net/user/theme-x
Description: Responsive Multi-Purpose WordPress Theme.
License: GNU General Public License v2 or later
License URI: http://themeforest.net/licenses
Template: avas
Version: 1.1
Text Domain: avas
*/

/* Theme customization starts here
 * /* force responsive slider image coverage */
.your-slider-section img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .your-slider-section .slide-content {
    font-size: 90% !important;
    padding: 20px !important;
  }
}
-------------------------------------------------------------- */