/* Example 3 */ #map360 .sp-selected-thumbnail { border: 4px solid #000; } #NewsSlider{ position: relative; overflow: hidden; } .slider-pro { padding-bottom: 0px; background-color: #000000; } .SliderNews{ padding-bottom: 0px; background-color: #f1f1f1; } .SliderNews .sp-button { width: 10px; height: 10px; border: 2px solid #b3a078; border-radius: 50%; margin: 4px; display: inline-block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer } .SliderNews .sp-selected-button { background-color: #b3a078 } #GoogleMap iframe { width: 100%; height: 100%; pointer-events: none; } #SliderForm{ min-height: 450px; background-position: center; background-size: cover; background-repeat: no-repeat; } .formIMG{ min-height: 450px; object-fit:cover; } .SliderTitle{ display: none; position: absolute; text-align: center; vertical-align: middle; margin: 0 auto; top: 50%; bottom: 0; right: 0; left: 0; } .SliderTitle a{ background-color: rgba(255,255,255,0.7); padding: 5px; color: #000; text-decoration: none; font-size: 15px; } .LatestContactForm{ position: absolute; top: 0; right: 20%; text-align: center; margin: 20px 0; color: #000; background-color: rgba(255,255,255,0.7); padding: 20px 20px; width: 300px; } @media screen and (max-width: 767px) { .LatestContactForm{ display: none; margin: 20px auto; position: relative; right: 0; left: 0; } .formIMG{ min-height: auto; object-fit:cover; } .PopupForm{ width: 90%; margin: 0 auto; margin-top: 20px; position: absolute; left: 0; right: 0; display: inline-block; } .SliderTitle{ display: block; } }