.modal-view {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.modal-view-mobile {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    overflow: hidden;
}

.modal-view-close {
    color: #aaaaaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
    padding-right: 20px;
}

.modal-view-close:hover,
.modal-view-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* .modal-view-close-mobile:hover,
.modal-view-close-mobile:focus,
.modal-view-close-tablet:hover,
.modal-view-close-tablet:focus {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.modal-view-close-mobile:active,
.modal-view-close-tablet:active {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
} */
.modal-view-close-mobile {
    position: absolute;
    top: 35px;
    right: 20px;
    /* border: 1px solid #9A9A9A;
  background-color: white;
  width: 90px;
  height: 33px;
  text-decoration: none;
  font-size: small;
  outline: none; */
}

.modal-view-close-mobile::-moz-focus-inner {
    border: 0;
}

.modal-view-close-tablet::-moz-focus-inner {
    border: 0;
}

.modal-view-close-tablet {
    position: absolute;
    top: 35px;
    right: 45px;
    border: 1px solid #9a9a9a;
    background-color: white;
    width: 90px;
    height: 33px;
    text-decoration: none;
    font-size: small;
    outline: none;
}

.modal-view-content {
    background-color: #fefefe;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1100px;
    height: 80%;
    overflow: hidden;
    min-height: 530px;
}
@media screen and (max-width: 962px) {
    .modal-view-content {
        min-height: 470px;
    }
}

.modal-view-content-mobile {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-view-image {
    margin: 10px;
}

.modal-view-description {
    margin: 10px;
    width: 400px;
}

.avalanche-image-container img {
    float: left;
    display: block;
    margin-left: 7px;
}

.details-iframe {
    width: 100%;
    height: 95%;
    border-style: none;
}

.image-element {
    height: 80px !important;
}

.image-element-border {
    border: 1px solid #dddddd;
}

.image-element-border:hover {
    border: 1px solid #4c98e0;
}

.close-button-anchor {
    position: relative;
    width: 0px;
    height: 0px;
    float: right;
}
