{"page":"/* Styling for both videos */\n.video-below-text {\n    width: calc(100% - 550px); /* 275px white space on each side for large screens */\n    height: auto;\n    display: block;\n    object-fit: cover !important;\n    margin: 0 auto;\n    padding: 0px 0px 15px 0px;\n}\n\n/* Specific styling for the second video (if needed) */\n#btsVideo {\n    width: calc(100%);\n    margin-top: 40px; \n    margin-bottom: 20px; \n}\n\n/* Full width for smaller screens */\n@media (max-width: 768px) {\n    .video-below-text {\n        width: 100%; /* Full width for mobile screens */\n    }\n}\n\n/* Styling for the text below the videos */\n.text-below-vid {\n    width: calc(100% - 550px); /* Same white space as video for large screens */\n    padding: 25px 0px 30px 0px;\n    margin: 0 auto;\n    position: relative !important;\n    color: #fff; /* Text color set to white */\n    font-size: 19px; /* Font size set to 19px */\n}\n\n/* Responsive adjustments for medium screens */\n@media (max-width: 1200px) {\n    .text-below-vid {\n        width: calc(100% - 200px); /* Reduce white space for medium screens */\n    }\n}\n\n/* Full width for smaller screens */\n@media (max-width: 768px) {\n    .text-below-vid {\n        width: 100%; /* Full width for mobile screens */\n    }\n}\n\n/* Play button styling */\n.play-button {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    cursor: pointer !important;\n}\n\n/* Optional: Add spacing between the two videos for larger screens */\n#belowVideo + #btsVideo {\n    margin-top: 15px;\n}\n","js":""}