/*
Theme Name: Stal Child
Theme URI: http://stal.mikado-themes.com
Description: A child theme of Stal
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: stal
Template: stal
*/

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-tag {
	color: #c31824;
	font-size: 20px;
    font-weight: 700;
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-inner .qodef-ib-item-btn-holder {
	position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.qodef-interactive-banners .qodef-button.qodef-layout--textual {
	position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    padding: 0 0 20px 45px!important;
}

@media (max-width: 768px) {
	.qodef-interactive-banners .qodef-button.qodef-layout--textual {
		padding: 0!important;
		bottom: -15px;
	}
}