@charset "UTF-8";

/* Extra Small Devices, Phones */
@media only screen and (min-width : 200px) {
    .cover-background {
        min-height: 740px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 576px) {
    .cover-background {
        min-height: 615px;
    }
}
/* Medium Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Large Devices, Desktops */
@media only screen and (min-width : 992px) {

}
/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
