#textbelowrotator{font-size: x-large; text-align: center;}
#man-btn{font-size: 23px;display: flex;align-items: center;justify-content: flex-start;}
#woman-btn{font-size: 23px;display: flex;align-items: center;justify-content: flex-start;}
#man-btn-second{font-size: 22px}
#woman-btn-second{font-size: 18px}
#hero-span{font-size: x-large;color: maroon;font-weight: 600;}
body > div.container.hero-container > div:nth-child(2) > div:nth-child(1) > a > img:hover{box-shadow: 0 0 10px 5px rgba(0, 0, 255, 0.5)}
.custom-pic img:hover{box-shadow: 0 0 10px 5px rgba(0, 0, 255, 0.5);transform: scale(1.05);}
.index-btn-img {height: 120px;margin-right: 20px;}
#hero-video-text{display: flex;align-items: center;gap: 10px;margin-bottom: 10px;justify-content: center;}
#hero-video-text > img{max-height: 32px;}
#hero-video-text > p{font-size: x-large;color: #c18600;font-weight: 600;margin: 0;}
@media (min-width:1920px) {#hero-video{height: 385px;}}
@media (min-width:1200px) and (max-width:1919px){#hero-video{height: 350px;}}
@media (min-width:999px) and (max-width:1199px){#hero-video{height: 290px;}}
@media (min-width:992px) and (max-width:998px){#hero-video{height: 332px;}}
@media(max-width:768px){
    #man-btn{font-size: 18px;}
    #man-btn-second{font-size: 21px}
    #woman-btn{font-size: 26px;}
    #woman-btn-second{font-size: 16px}
}
@media (max-width:492px){#woman-btn > p{font-size: 18px;}}