﻿/* ==========================================================================
	   SPEZIFISCHER REFRESH: ZWEITE SEKTION (NEUTRALISIERT DEN 220PX ABSTAND)
	   ========================================================================== */
	@media only screen and (max-width: 999px) {

		#special {
			margin-top: 0 !important; /* Setzt den Desktop-Abstand auf Smartphones komplett zurück */
		}


		


    div.video-hint-section2
 {
        position: absolute !important;
        top: 1040px !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        z-index: 100 !important;
    }
}