/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  Non-Mobile First Method  ==========*/
 

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1001px) and (max-width : 1600px) {
	.modal-img{ height:330px !important; }
	.modal-img-cercueil{ height:280px !important; }
}


/* Medium Devices, Desktops */
@media only screen and (min-width: 771px) and (max-width : 1000px) {
	.modal-img{ height:390px !important; }
	.modal-img-cercueil{ height:460px !important; }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 770px) {
	.modal-img{ height:440px !important; }
	.modal-img-cercueil{ height:430px !important; }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 650px) {
	.modal-img{ height:370px !important; }
	.modal-img-cercueil{ height:360px !important; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {
	.modal-img{ height:340px !important; }
	.modal-img-cercueil{ height:310px !important; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}

