/*
* Vox Guided Tour Page Custom CSS
* Written by: Robyn Stokes - Senior Developer
* Date: 05/18/2024
*/
body {
    margin: 0;
}
.bgBox {
    position: absolute;
    width: 100%;
    height: 50px;
    background: #464652;
    top: 0;
    z-index: -1;
}
.bgBoxBlk {
    position: absolute;
    width: 100%;
    height: 50px;
    background: #000;
    top: 0;
    z-index: -1;
}
#dos-page .bgBox {
    background: #000;
}
body.greyTopRow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: #515257;
    top: 0;
}
body.noTopRow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: transparent;
    top: 0;
    opacity: 0;
}
body.noTopRow .bgBox {
    opacity: 0;
}
.videoPopUpWrapper.active {
    position: relative !important;
    z-index: 10;
    background: #000000cc;
    height: 100vh;
    padding-top: 25px;
}
.videoPopUpWrapper.active .videoPopUp {
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.videoCaption {
    padding: 4px 105px 4px 50px;
    background: #e38824;
    margin: 0 60px;
    position: relative;
    z-index: 9;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 80%;
}
.videoCaption p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    padding: 6px 0 0;
}

iframe {
    background: #e38824;
    padding: 10px 0;
    border-radius: 20px;
}
video {
    background: #e38824;
    padding: 15px;
    border-radius: 20px;
    margin: 5% 0px -2px;
}
aside h3 {
    font-size: 33px;
    font-weight: 900;
    padding-top: 25px;
}
aside p, aside ul li {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.35;
    padding-right: 10px;
}
.infoPopUp {
    padding: 20px;
    color: #fff;
    position: absolute;
    /*box-shadow: 7px 6px 19px 9px #000000;*/
}
.infoPopUp p, .infoPopUp ul li {
    font-size: 1.25em;
}
.infoPopUp ul {
    margin-bottom: 3em;
}
#torchHighlights .infoPopUp {
    top: 20px;
    text-align: center;
    display: block;
    left: 4%;
}

/* LOGIN PAGE STYLES */
#login-page #imageSection1 {
    background: url('./../img/bg/02 login screen.jpg') center center transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: 170%;
    height: 100vh;
}
#login-page #popupContent1 {
    position: relative;
}
#login-page #hotspotInfoIcon1 {
    position: absolute;
    top: 49%;
    left: 30%;
}


/*PATIENT CATALOG PAGE*/
#pc-page #imageSection1 {
    background: url('./../img/bg/03 patient catalog.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#pc-page #imageSection1.fade1 {
    background: url('./../img/bg/03 patient catalog-fade-1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#pc-page #imageSection1.fade2 {
    background: url('./../img/bg/03 patient catalog-fade-2.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#pc-page #popupContent1.videoPopUpWrapper  #hotspotInfoIcon1 {
    position: absolute;
    top: 10%;
    left: 10%;
}
#pc-page #popupContent2.textPopupWrapper {
    position: absolute;
    top: 78%;
    left: 45%;
}
#pc-page #popupContent3.textPopupWrapper {
    position: absolute;
    top: 30%;
    left: 45%;
}

#pc-page #hpMenuPopup {
    padding: 30px 50px 40px 30px;
}
#pc-page #hpMenuPopup p {
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px 10px 0;
}

#pc-page #popupContent2 .infoPopUp {
    width: 370px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    right: 32px;
    bottom: 25px;
}

#pc-page #popupContent3 .infoPopUp {
    width: 350px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    right: 26px;
    top: 62px;
}

/*IMPORT IMG PAGE*/
#import-img-page #imageSection1 {
    background: url('./../img/bg/04 image import.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#import-img-page #imageSection1.fade1 {
    background: url('./../img/bg/04 image import-Fade2.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#import-img-page #imageSection1.fade2 {
    background: url('./../img/bg/04 image import-Fade1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#import-img-page #popupContent2.textPopupWrapper {
    position: absolute;
    top: 17%;
    left: 27%;
}
#import-img-page #popupContent3.textPopupWrapper {
    position: absolute;
    top: 48%;
    left: 27%;
}
#import-img-page #popupContent2 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 35px;
}

#import-img-page #popupContent3 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 35px;
}

/*REVIEW IMG PAGE*/
#review-img-page #imageSection1 {
    background: url('./../img/bg/05 review images.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#review-img-page #imageSection1.fade1 {
    background: url('./../img/bg/05 review images.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#review-img-page #popupContentJustOne.textPopupWrapper {
    position: absolute;
    top: 17%;
    left: 30%;
}
#review-img-page .videoPopUpWrapper {
    position: absolute;
    width: 100%;
}
#review-img-page .videoPopUpWrapper #hotspotInfoIcon1 {
    left: 10%;
    top: 58%;
    position: absolute;
}
#review-img-page .videoPopUpWrapper #hotspotInfoIcon2 {
    left: 10%;
    top: 70%;
    position: absolute;
}
#review-img-page .videoPopUpWrapper #hotspotInfoIcon3 {
    left: 10%;
    top: 85%;
    position: absolute;
}
#review-img-page #popupContentJustOne .infoPopUp {
    width: 450px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 72px;
    top: 45px;
}
.infoPopUp {
    z-index: 9;
}
.infoPopUp.popOut {
    z-index: 0;
}


/* MANAGE ROI PAGE STYLES */
#mng-roi-page #imageSection1 {
    background: url('./../img/bg/06 manage_roi_see_1_ROI_drawn.jpg')  left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#mng-roi-page #imageSection1.fade1 {
    background: url('./../img/bg/06 manage_roi_see_1_ROI_drawn-FADE1.jpg')  left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#mng-roi-page #popupContent1 {
    top: 40%;
    left: 58%;
    position: absolute;
}
#mng-roi-page #popupContent1 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    top: 40px;
    right: 53px;
}

/*SEGMENTING ORGANS PAGE*/
#so-page #imageSection1 {
    background: url('./../img/bg/07 draw_kidney_using_anatomy_threshold.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#so-page #imageSection1.fade1 {
    background: url('./../img/bg/07 draw_kidney_using_anatomy_threshold-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#so-page #popupContent1.videoPopUpWrapper  #hotspotInfoIcon1 {
    position: absolute;
    top: 59%;
    left: 23.5%;
}
#so-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 35%;
    left: 23%;
}

#so-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    left: 57px;
    bottom: 30px;
}


/*SEGMENTING TUMOR PAGE*/
#st-page #imageSection1 {
    background: url('./../img/bg/08 draw_tumor_with_activity_thresholding.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#st-page #imageSection1.fade1 {
    background: url('./../img/bg/08 draw_tumor_with_activity_thresholding-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#st-page #popupContent1.videoPopUpWrapper  #hotspotInfoIcon1 {
    position: absolute;
    top: 59%;
    left: 23.5%;
}
#st-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 35%;
    left: 23%;
}

#st-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    left: 82px;
    bottom: 50px;
}

/*Prop ROI PAGE*/
#pr-page #imageSection1 {
    background: url('./../img/bg/09 deformable registration.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#pr-page #imageSection1.fade1 {
    background: url('./../img/bg/09 deformable registration-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#pr-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 17%;
    left: 27%;
}
#pr-page .videoPopUpWrapper {
    position: absolute;
    width: 100%;
}
#pr-page .videoPopUpWrapper #hotspotInfoIcon1 {
    left: 40%;
    top: 20%;
    position: absolute;
}
#pr-page .videoPopUpWrapper #hotspotInfoIcon2 {
    left: 75%;
    top: 20%;
    position: absolute;
}

#pr-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 40%;
    left: 30%;
}

#pr-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 58px;
    top: 30px;
}

#pr-page aside p {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.35;
    padding-right: 10px;
}

/*modeling  pharmacokinetics PAGE*/
#mp-page #imageSection1 {
    background: url('./../img/bg/10 Creating Time Activity Curves.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#mp-page #imageSection1.fade1 {
    background: url('./../img/bg/10 Creating Time Activity Curves-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#mp-page #popupContent1.videoPopUpWrapper  #hotspotInfoIcon1 {
    position: absolute;
    top: 40%;
    left: 60%;
}
#mp-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 45%;
}

#mp-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 30px;
}


/*REVIEW FITTING FUNCTIONS PAGE*/
#review-ff-page #imageSection1 {
    background: url('./../img/bg/11 Reviewing different fitting functions.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: 101%;
    height: 100vh;
}
#review-ff-page #imageSection1.fade1 {
    background: url('./../img/bg/11 Reviewing different fitting functions-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: 101%;
    height: 100vh;
}
#review-ff-page #popupContent4.textPopupWrapper {
    position: absolute;
    bottom: 35%;
    left: 88%;
}
#review-ff-page .videoPopUpWrapper {
    position: absolute;
    width: 100%;
}
#review-ff-page .videoPopUpWrapper #hotspotInfoIcon1 {
    left: 5%;
    top: 35%;
    position: absolute;
}
#review-ff-page .videoPopUpWrapper #hotspotInfoIcon2 {
    left: 5%;
    top: 55%;
    position: absolute;
}
#review-ff-page .videoPopUpWrapper #hotspotInfoIcon3 {
    left: 5%;
    top: 75%;
    position: absolute;
}
#review-ff-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    right: 53px;
    top: 40px;
}


/*INTEGRATE ACTIVITY PAGE*/
#ia-page #imageSection1 {
    background: url('./../img/bg/12-2 Integrate Activity (activity completed).jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#ia-page #imageSection1.fade1 {
    background: url('./../img/bg/12-1 Integrate Activity (activity not complete)-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#ia-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 17%;
    left: 27%;
}
#ia-page .videoPopUpWrapper {
    position: absolute;
    width: 100%;
}
#ia-page .videoPopUpWrapper #hotspotInfoIcon1 {
    left: 8%;
    top: 45%;
    position: absolute;
}
#ia-page .videoPopUpWrapper #hotspotInfoIcon2 {
    left: 58%;
    top: 55%;
    position: absolute;
}

#ia-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 30%;
}

#ia-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 30px;
}


/* SET DOSE PAGE*/
#sd-page #imageSection1 {
    background: url('./../img/bg/13 Set Dose Calc Parameters.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#sd-page #imageSection1.fade1 {
    background: url('./../img/bg/13 Set Dose Calc Parameters-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#sd-page #popupContent1.videoPopUpWrapper  #hotspotInfoIcon1 {
    position: absolute;
    top: 53%;
    left: 16%;
}
#sd-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 31%;
    left: 25%;
}

#sd-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 30px;
}

/*CALCULATE DOSE PAGE*/
#cd-page #imageSection1 {
    background: url('./../img/bg/14 Calculate Dose.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}

#cd-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 17%;
    left: 27%;
}
#cd-page .videoPopUpWrapper {
    position: absolute;
    width: 100%;
}
#cd-page .videoPopUpWrapper #hotspotInfoIcon1 {
    left: 8%;
    top: 55%;
    position: absolute;
}
#cd-page .videoPopUpWrapper #hotspotInfoIcon2 {
    left: 58%;
    top: 55%;
    position: absolute;
}

#cd-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 30%;
}

#cd-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 82px;
    top: 50px;
}

/*EVALUATE DOSE PAGE*/
#ed-page #imageSection1 {
    background: url('./../img/bg/15 Review Cumulative DVH.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#ed-page #imageSection1.fade1 {
    background: url('./../img/bg/15 Review Cumulative DVH-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#ed-page #imageSection1.fade2 {
    background: url('./../img/bg/15 Review Cumulative DVH-FADE2.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#ed-page #imageSection1.fade3 {
    background: url('./../img/bg/15 Review Cumulative DVH-FADE3.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}

#ed-page #popupContent5.textPopupWrapper {
    position: absolute;
    top: 37%;
    left: 11%;
}
#ed-page #popupContent6.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 2.5%;
}
#ed-page #popupContent7.textPopupWrapper {
    position: absolute;
    top: 69.25%;
    left: 55.5%;
}
#ed-page #popupContent5 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 30px;
}
#ed-page #popupContent6 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    left: 57px;
    top: -96px;
}
#ed-page #popupContent7 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    right: 57px;
    bottom: -128px;
}


/*CUSTOMIZE REPORT PAGE*/
#cr-page #imageSection1 {
    background: url('./../img/bg/16 Generate Report.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#cr-page #imageSection1.fade1 {
    background: url('./../img/bg/16 Generate Report-FADE1.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
    height: 100vh;
}
#cr-page #popupContent1.videoPopUpWrapper  #hotspotInfoIcon1 {
    position: absolute;
    top: 70%;
    left: 40%;
}
#cr-page #popupContent4.textPopupWrapper {
    position: absolute;
    top: 21%;
    left: 53%;
}

#cr-page #popupContent4 .infoPopUp {
    width: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    right: 57px;
    bottom: 30px;
}

/*DOSIMETRY REPORT PAGE*/
#dos-page #imageSection1 {
    background: url('./../img/bg/review-sign-3-img.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: 102%;
    height: 100vh;
}
#dos-page #popupContent2.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 65%;
}
#dos-page #popupContent3.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 45%;
}

#dos-page #popupContent2 .infoPopUp {
    width: 250px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 57px;
    top: 30px;
}
#dos-page #popupContent3 .infoPopUp {
    width: 350px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    right: 57px;
    top: 30px;
}

/*END PAGE*/
#end-page #imageSection1 {
    background: url('./../img/bg/19 Voximetry Logo.jpg') left top transparent no-repeat;
    padding: 0;
    margin: 0;
    background-size: 102%;
    height: 100vh;
}
#end-page #endBtn {
    width: 250px;
    font-size: 25px;
    font-weight: 600;
    line-height: 2;
    color: #3654C4;
    text-decoration: none;
    cursor: pointer;
    margin-right: 20px;
}
#end-page #popupContent2.textPopupWrapper {
    position: absolute;
    top: 15%;
    left: 65%;
}
#end-page #popupContent2 .infoPopUp {
    width: 300px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    left: 83px;
    top: 50px;
}
#end-page .contactBtn {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    color: #3654C4;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 20px;
}

/* Highlights Page */
#highlights-page {
    height: 100vh;
}
#torchHighlights .hotspotInfoIcon {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 40px;
}
#torchHighlights .hotspotInfoIcon p {
    font-size: 2.5em;
    margin: 0 0 0 10px;
    padding: 0;
}
#torchHighlights .fireIconList {
    width: 100px;
}
#torchHighlights h4 {
    font-size: 5em;
    color: #fff;
    margin-bottom: 60px;
}
#torchHighlights h4 .trademark {
    font-size: .5em;
    margin-left: -15px;
}
#highlightsList {
    padding: 80px 100px 0;
    z-index: 1;
    position: relative;
}
.imagePopUp.active {
    width: 100%;
    margin: 0;
    left: 0;
    height: 100vh;
    position: absolute;

    background: #000000cc;
    padding: 0 7%;
    top: 7%;
}
.imagePopUp.active > div.imageWrap {
    background: orange;
    display: block;
    top: 0;
    padding: 10px;
    border-radius: 10px;
}
.imagePopUp.inactive {
    display: none;
}
.imagePopUp img {
    width: 100%;
}
.imagePopUp .imageCaption {
    background: orange;
    display: block;
    top: 0;
    padding: 10px;
    border-radius: 10px;
    margin: 0 2%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: relative;
}

.imagePopUp .imageCaption p {
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
}