.main_image_div {
    width: 100%;
    height: auto;
    background-color: #393939;
    margin-top: 54px;
    
/*    height: 300px;*/
    
    overflow: hidden;
    
/*    height: 300px;*/
    
/*    display: table-row;*/
    
/*    display: flex;*/
    
/*
    display: table;
    overflow-y: scroll;
*/
    
/*    height: 300px;*/
    
}
.main_image {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
/*    float: left;*/
    
/*    height: inherit;*/
    
    
    object-fit: contain;
    
/*
    padding-bottom: 100%;
    margin-bottom: -100%;
*/
}

.image_pricing_info {
/*    background-color:#f4f4f4;*/
    margin-top: 20px;
/*
    float: right;
    width: 30%;
    overflow: hidden;
    overflow-y: scroll;
    height: inherit;
*/
    
}

.image_view_title {
/*        font-family: 'Poppins', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'Bitter', serif;*/
    color: #3b4752;
/*    color: #000000;*/
    font-weight: 700;
    font-size: 40px;
    
    width: 96%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
/*    font-size: 60px;*/
/*    z-index: -100;*/
}

.image_license_div {
    width:100%;
 text-align:center;
}

.image_license_card {
    
/*    width: calc(100% / 6);  */
    width: 300px;
    height: 160px;
    
 display: inline-block;
 vertical-align: top;   
 text-align: center;
 margin: 10px;    
 padding: 5px;
    
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(64, 64, 64, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(64, 64, 64, 0.54);
    
/*
    float: left;
    width: 200px;
    height: 200px;
    margin: auto;
    background-color: #bababa;
    border-color: #5151bf;
    border-style: solid;
    border-width: 1px;
*/
}

.image_grid_image {
    margin-top: 10px;
    width: 160px;
    height: 160px;
    object-fit: contain;
    object-fit: cover;
    margin-bottom: 5px;
    
    background-image: url(images/loading_placeholder_image.png);
    background-size: cover;
    background-position: center;
    
}
.image_grid_text {
/*    float: left;*/
    padding-left: 7px;
    margin: 0px;
    margin-top: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.orientation_indicator_land {
    float: right;
    margin-top: -24px;
    margin-right: 5px;
    background-color: #3077E1;
    background-color: #9d9d9d;
    width: 20px;
    height: 12px;
    border-radius: 3px;
}

.orientation_indicator_port {
    float: right;
    margin-top: -24px;
    margin-right: 5px;
    background-color: #3077E1;
    background-color: #9d9d9d;
    width: 12px;
    height: 20px;
    border-radius: 3px;
}

.orientation_indicator_square {
    float: right;
    margin-top: -24px;
    margin-right: 5px;
    background-color: #3077E1;
    background-color: #9d9d9d;
/*
    width: 20px;
    height: 20px;
*/
    width: 16px;
    height: 16px;
    border-radius: 3px;
}




.image_grid_star_icon {
/*
    float: right;
    position: relative;
*/
/*    left: 0px;*/
    width: 30px;
    height: 30px;
    margin: 0px;
    margin-top: 0px;
}
/*
.image_grid_text_views {
    float: left;
    padding-left: 10px;
    margin: 0px;
    margin-top: 0px;
    
}
*/
/*
.image_grid_text_downloads {
    float: right;
    padding-right: 10px;
    margin: 0px;
    margin-top: 0px;
    
}
*/
.image_grid_card {
    
/*    width: calc(100% / 6);  */
    width: 160px;
/*    height: 280px;*/
    height: 210px;
    height: 246px;;
/*    height: auto;*/
    
     display: inline-block;
     vertical-align: top;   
     text-align: center;
     margin: 5px;    
     padding: 3px;
    padding-bottom: 20px;
    
    border-radius: 5px;
    background-color: white;
    
    border-style: solid;
    border-color: #c6c6c6;
    border-width: 1px;
    
/*
    box-shadow: 2px 2px 10px rgba(64, 64, 64, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(64, 64, 64, 0.54);
*/
    
/*
    float: left;
    width: 200px;
    height: 200px;
    margin: auto;
    background-color: #bababa;
    border-color: #5151bf;
    border-style: solid;
    border-width: 1px;
*/
}

h3 {
    margin: 0px;
    line-height: inherit;
    font-family: 'Montserrat', sans-serif;
    color: #3b4752;
/*    color: #000000;*/
/*    font-weight: 300;*/
    font-size: 24px;
}

h4 {
    margin: 0px;
    line-height: inherit;
    font-family: 'Montserrat', sans-serif;
    color: #3b4752;
/*    color: #000000;*/
/*    font-weight: 300;*/
    font-size: 20px;
    
}

p {
    margin: 0px;
    line-height: inherit;
/*    font-family: 'Montserrat', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    color: #3b4752;
/*    color: #000000;*/
/*    font-weight: 300;*/
    font-size: 18px;
    
}

.license_price_button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    width: 140px;
    height: 44px;
    margin-top: 20px;
    
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 600;
    
    border-radius: 10px;
/*    background-color: white;*/
    background-color: #3077E1;
    box-shadow: 2px 2px 10px rgba(64, 64, 64, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(64, 64, 64, 0.54);
}

#map {
    width: 80%;
    max-width: 800px;
    height: 400px;
    position: relative;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
    
    box-shadow: 2px 2px 10px rgba(64, 64, 64, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(64, 64, 64, 0.54);
    
}

.image_tags_div { 
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    max-width: 900px;
/*    background-color: red;*/
     text-align:center;
}

.image_tag_word {
    display: inline-block;
 vertical-align: top;   
 text-align: center;
 margin: 7px;    
 padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(64, 64, 64, 0.68);
    -webkit-box-shadow: 1px 1px 5px rgba(64, 64, 64, 0.54);
}

.small_photo_shown_label {
    position: relative;
    top: -30px;
    width: 150px;
    margin-left: 5px;
    font-size: 12px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.more_photos_div {
/*    background-color: red;*/
    width: 100%;
    height: 280px;
    
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
/*    background-color: #dddddd;*/
    white-space: nowrap;
}
.more_photos_image {
    display: inline-block;
    height: 230px;
    width: auto;
    margin-left: 15px;
}


/*Resize for single column for mobile*/
@media screen and (min-width: 0px) and (max-width: 530px) {
    
}