.cycle-slideshow div.imgContainer{
    height: auto;
    padding: 2px;
    position:relative !important;
}

.cycle-slideshow div.imgContainer img
{
    width: 100%;
    height: auto;
    z-index:9999;
}
.htmlSlide{
    position: relative;
    margin-top:20px;
}
.htmlSlide .btnPrev{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.85);
}

.htmlSlide .btnNext{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.85);
}
.htmlSlide .btnNext, .htmlSlide .btnPrev {
    opacity: 0;
}

.htmlSlide .glyphicon{
    height: 30px;
    width: 30px;
    top: 50%;
    margin-top:-15px;
    font-size: 30px;
}
.htmlSlide .btnNext .glyphicon{
    margin-right:15px;
}

.htmlSlide .btnPrev .glyphicon{
    margin-left:15px;
}
.htmlSlide .btnNext:hover, .htmlSlide .btnPrev:hover {
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    opacity: 1;
}
.imgContainer{
    width:100%;
    height: 100%;
}
.imgContainer .imgHoverContent{
    display: none;
}

.imgContainer:hover .imgHoverContent{
    position: absolute;
    background: rgba(0,0,0,0.7);
    display: block;
    z-index: 999999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.shopBtn{
    position: static;
    font-weight: 500;
    background-color:#fff;
    color: #000;
    padding: 15px;
    
}
@media only screen and (max-width: 1024px) {
   .cycle-slideshow div.imgContainer{
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
   .cycle-slideshow div.imgContainer{
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.cycle-slideshow div.imgContainer{
		height: auto;
	}
}
@media only screen and (max-width: 629px) {
	.cycle-slideshow div.imgContainer{
		height: auto;
	}
}

@media only screen and (max-width: 568px) {
	.cycle-slideshow div.imgContainer{
		height: auto;
	}
}

@media only screen and (max-width: 479px) {
	.cycle-slideshow div.imgContainer{
		height: auto;
	}
	
	.shopBtn{
		position: static;
		font-weight: 500;
		background-color:#fff;
		color: #000;
		padding: 2px;
		font-size: 10px;
		
	}
}

@media only screen and (max-width: 375px) {
	.cycle-slideshow div.imgContainer{
		height: auto;
	}
	
	.shopBtn{
		position: static;
		font-weight: 500;
		background-color:#fff;
		color: #000;
		padding: 2px;
		font-size: 10px;
		
	}
}

@media only screen and (max-width: 300px) {
	.cycle-slideshow div.imgContainer{
		height: auto;
	}
	
	.shopBtn{
		position: static;
		font-weight: 500;
		background-color:#fff;
		color: #000;
		padding: 2px;
		font-size: 10px;
		
	}
}