.stk-block{
	z-index: inherit !important;
}
.fuller-data-drive{
    margin-bottom: 5rem;
    margin-top: 5rem;
    display: flex;
    width: 100%;
}
.data-drive-content h2{
    opacity: 1;
    color: rgba(31, 33, 35, 1);
    font-family: "Martel-Bold";
    font-size: 30px;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0px;
    text-align: left;
    line-height: 35px;
    width: 100%;
}
.data-drive-content img{
    width: 72px;
    height: 72px;
}
.fuller-data-drive .hidden{
    display: none;
}
.fuller-data-drive .modal button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}
.fuller-data-drive .modal .btn-close {
  opacity: 1;
  color: #00AABC;
  font-size: 4.75rem;
  background: transparent;
}
.fuller-data-drive .modal img{
  max-width: 100%;
}
.fuller-data-drive .modal  iframe{
    width: 100%;
}
.fuller-data-drive .close-modal-trigger{
    width: 40px;
    height: 40px;
    background: none;
    display: flex;
    top: 0;
    right: 20px;
    padding: 0.5rem 0.7rem;
    background: transparent;
    position: absolute;
    z-index: 999;
}
.fuller-data-drive .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  z-index: 997;
}
.fuller-data-drive .modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100% - 20px);
    width:    -moz-calc(100% - 20px);
    width:         calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 90px;
    padding-bottom: 10px;
    max-width: 1200px;
    max-height: 700px;
    overflow-y: scroll;
}

@media screen and (min-width: 1020px) {
    .fuller-data-drive .modal {
        width: -webkit-calc(100% - 150px);
        width:    -moz-calc(100% - 150px);
        width:         calc(100% - 150px);
        padding-left: 50px;
        padding-right: 50px;
    }
    .fuller-data-drive{
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}