/*
Theme Name: Dictum Child
Theme URI: https://dictum.qodeinteractive.com
Description: A child theme of Dictum
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: dictum
Template: dictum
*/
a, p a,
.qodef-h1,h1,
.qodef-h2,h2,
.qodef-h3,h3,
.qodef-h4,h4 {
    color: inherit;
}
.qodef-horizontal-showcase .qodef-horizontal-slide {
    position: relative;
    display: flex;
    align-items: center;
    width: 2515px;
    height: 100%;
    padding: 0;
    background-color: #041e22
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
    width: 2846px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-e-item-intro-image {
    width: 36.3%
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--medium {
    width: 1920px
}


@media screen and (max-width: 1400px) {
	.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small {
    	width: 1400px;
	}
}

@media screen and (min-width: 1025px){
	.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small.no-image {
		width: 780px!important;
	}
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item {
    width: 1750px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
    width: 1776px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-e-item-intro-image {
    width: 47.7%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image{
    width: auto!important;
    height: 100%;
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image img{
    display: block;
    object-fit: contain;
    position: relative;
    height: 100%;
    max-width: unset;
    width: auto!important;
    transform: none;
}