/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.pkg-inner-side-right .pkg-list-right-img img{
	display: block;
    max-width: 100%;
    width: 100%;
    transition: all .4s ease 0;
    height: 100%;;
}
	
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.pkg-inner-side-right .pkg-list-right-img img{
	
}
	

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.pkg-inner-side-right .pkg-list-right-img img{
	
}

 }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
	.pkg-inner-side-right .pkg-list-right-img img{
	
}
.pkg-details-img-left{
	width: 40%;
}
	
}