@media screen and (max-width: 1024px) {

.desktopOnly {
    display: none;
}

.iFrameApply {
    min-height: 745px;
    padding-bottom: 20px;
}

.height-800px {
    height: 800px !important;
}

.BOTAck {
    position: fixed;
	bottom: 10%;
	left: 10%;
}

.transaction-button {
    position: fixed;
    bottom: 15%;
}

}

@media screen and (min-width: 1024px) {
    
.mobileOnly {
    display: none;
}

.iFrameApply {
    border: solid 10px #ffd6d6;
    box-shadow: 5px 5px #CCC;
}

}