.slider-fit{
	object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%; /* Do not scale the image */
    /*height: 500px;*/
    
}

.img-thumbnail{
	object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%; /* Do not scale the image */
    height: 180px;
    
}

@media screen and (min-width: 992px) {
    #playstore {
        width: 200px;
        height: auto;
    }
}
@media screen and (min-width: 300px) and (max-width: 991px) {
    #playstore {
        width: 50px;
        height: auto;
    }
}