/*Used for Ebsco Interface Connected Reveal*/
.connected-reveal-desktop {
	display: block;
}
.connected-reveal-mobile {
	display: none; 
}
@media screen and (max-width: 990px) {
	.connected-reveal-desktop {
	display: none;
}
.connected-reveal-mobile {
	display: block; 
}
}

#ebsco-interface {
background-image: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/MDB_landing_page.PNG);
background-size: cover;
background-repeat: no-repeat; 
   display: grid;
    grid-template-columns: repeat(15,87px);
    grid-template-rows: repeat(12, 55px);
    height: 670px;
    width: 1300px;
    padding: 15px;
margin:auto; 
}

@media screen and (min-width: 1280px) and (max-width: 1500px) {
#ebsco-interface {
    grid-template-columns: repeat(15,77px);
    grid-template-rows: repeat(12, 47px);
    height: 593px;
    width: 1150px;
}
}
@media screen and (min-width: 1180px) and (max-width: 1279px) {
#ebsco-interface {
    grid-template-columns: repeat(15,66px);
    grid-template-rows: repeat(12, 43px);
    height: 515px;
    width: 1000px;
}
}
@media screen and (min-width: 992px) and (max-width: 1179px) {
#ebsco-interface {
    grid-template-columns: repeat(15,56px);
    grid-template-rows: repeat(12, 35.5px);
    height: 438px;
    width: 850px;
}
}
/*Used for Tour of Ebsco Results Page Connected Reveals*/
#ebsco-results-page {
background-image: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/1460/images/ebsco-results-page.png);
background-size: cover;
background-repeat: no-repeat; 
   display: grid;
   grid-template-columns: repeat(15,82px);
    grid-template-rows: repeat(11, 45px);
    height: 535px;
    width: 1235px;
    padding: 15px;
margin:auto; 
}
@media screen and (min-width: 1240px) and (max-width: 1400px) {
#ebsco-results-page {
    grid-template-columns: repeat(15,73px);
    grid-template-rows: repeat(11, 40px);
    height: 490px;
    width: 1100px;
}
}
@media screen and (min-width: 1085px) and (max-width: 1239px) {
#ebsco-results-page {
    grid-template-columns: repeat(15,63px);
    grid-template-rows: repeat(11, 35px);
    height: 424px;
    width: 950px;
}
}

@media screen and (min-width: 992px) and (max-width: 1084px) {
#ebsco-results-page {
    grid-template-columns: repeat(15,58px);
    grid-template-rows: repeat(11, 33px);
    height: 390px;
    width: 875px;
}
}
@media screen and (max-width: 991px) {
#ebsco-results-page {
display: none;
}
}

