img.sticky {
	position: -webkit-sticky;
	position: fixed;
	z-index:10;
	bottom:0;
	left:0;
	height:200px;
}

.hidden-desk{display:none;}
.head-mnt {
  width: 100%;
  padding: 5px;
  float: left;
}
.mb20{margin-bottom:20px;}
/*------------------------ Mobile View ---------------------------*/

@media (min-width:320px) and (max-width : 479px) {
img.sticky {
 
    height: 65px;
    left: -5px;
 
}
.hidden-desk{display:block;}
.hidden-mob{display:none;}

}

@media (min-width:360px) and (max-width : 479px) {
img.sticky {
 
    height: 65px;
    left: -5px;
 
}
.hidden-desk{display:block;}
.hidden-mob{display:none;}
}

@media (min-width:480px) and (max-width : 639px) {
img.sticky {
 
    height: 65px;
    left: -5px;
 
}
.hidden-desk{display:block;}
.hidden-mob{display:none;}
}

@media (min-width:640px) and (max-width : 760px) {
img.sticky {
 
    height: 65px;
    left: -5px;
 
}
.hidden-desk{display:block;}
.hidden-mob{display:none;}
}

@media (min-width:641px) and (max-width : 959px) {

}

@media (min-width:960px) and (max-width : 1024px) {
    

}

@media (min-width:1024px) and (max-width : 1279px) {
}

@media (min-width : 1280px) {
}
