2021-03-30 23:50:09 +00:00
|
|
|
.agentPage {
|
|
|
|
background-image: url('../images/Agent1.jpg');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 992px) {
|
|
|
|
.miniHero {
|
|
|
|
background-position-y: -150px;
|
|
|
|
}
|
2021-03-31 17:52:49 +00:00
|
|
|
}
|
|
|
|
.center{
|
|
|
|
height: 25vh; /* Magic here */
|
|
|
|
background-color: yellow;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-03-30 23:50:09 +00:00
|
|
|
}
|