/* Show in Large desktops and laptops */
@media (min-width: 1200px) {

.bgimg {
        background-image: url('/products/maplesim/ModelicaEngine/images/bk4.jpg');
        background-repeat: no-repeat;
		background-size:100% auto;
    	background-position:center top;
	}

}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

      .bgimg {
        background-image: url('/products/maplesim/ModelicaEngine/images/bk4.jpg');
        background-repeat: no-repeat;
    	background-size:100% auto;
		background-position:center top;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

          .bgimg {
        background-image: url('/products/maplesim/ModelicaEngine/images/bk4.jpg');
        background-repeat: no-repeat;
    	background-size:100% auto;
		background-position:center top;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

          .bgimg {
        background-image: url('/products/maplesim/ModelicaEngine/images/bk_blank.jpg');
        background-repeat: no-repeat;
        background-size:100% auto;
    	background-position:center top;
	}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

          .bgimg {
        background-image: url('/products/maplesim/ModelicaEngine/images/bk_blank.jpg');
        background-repeat: no-repeat;
        background-size:100% auto;
    	background-position:center top;
	}

}