.dmx-slideshow-textbox {
    display: none;
}

@media (min-width: 576px) {
    .dmx-slideshow-textbox {
        margin-left: auto;
        margin-right: auto;
        display: block;
        background: none !important;
        max-width: 540px;
    }
    .dmx-slideshow-title {
        background: rgba(142,187,17,0.8);
        width: auto;
        display: inline-block;
        padding: 15px;
        font-size: 22px !important;
        line-height: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 50px;
        max-width: 390px;
    }
    .dmx-slideshow-title a {
        color: #fff;
    }
}

@media (min-width: 768px) {
.dmx-slideshow-textbox {
    max-width: 720px;
}
}
@media (min-width: 992px){
.dmx-slideshow-textbox {
    max-width: 960px;
    }
}
@media (min-width: 1200px) {
.dmx-slideshow-textbox {
    max-width: 1140px;
}
}
@media (min-width: 1600px) {
.dmx-slideshow-textbox{
    max-width: 1560px;
}
}
@media screen and (max-width: 767px) {


	#header-inner {
        height: 320px !important;
	
    }
	
}
@media screen and (max-width: 991px) {
    .img-grid-item {
        height: 320px;
    }
    .grid-item {
        height: 320px;
    }
}
@media screen and (max-width: 1199px) {
    #header-inner {
        height: 480px;
    }

}
@media screen and (min-width: 992px) {
        .img-grid-double {
        height: 338px;
    }
     .img-grid-single {
        height: 218px;
    }
    .grid-item-large {
        height: 340px;
    }
    .grid-item-small {
        height: 170px;
    }
}
@media screen and (min-width: 1200px) {
    .img-grid-double {
        height: 404px;
    }
     .img-grid-single {
        height: 258px;
    }
    .grid-item-large {
        height: 400px;
    }
    .grid-item-small {
        height: 200px;
    }
   
}
@media screen and (min-width: 1600px) {
    .img-grid-double {
        height: 559px;
    }
     .img-grid-single {
        height: 354px;
    }
    .grid-item-large {
        height: 560px;
    }
    .grid-item-small {
        height: 280px;
    }
   
}
@media screen and (min-width: 1200px) {
    #header-inner {
        height: 480px;
    }
}
@media screen and (min-width: 1600px) {
    #header-inner {
        height: 600px;
    }
}
