/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/
.hero-default:before {
  display: none;
}
.hero-default[data-type="3"] .hero-slider .carousel-cell:before {
  display: none;
}
#view-about.button.button-md.is-secondary{
    display: none;
}    


.details-default>.detail-body .detail-body-content .tab-content .tab-item .tab-item-content#long-description:not(.display) {
    margin-top: 24px;
    display: block;
}

    .results-body .results-content .summary-list .summary-item .summary-content .summary-info .summary-title .actions {
    font-size: 2.325em;
    margin-left: 16px;
}

.picture-title-actions.bookmark.tooltip {
  display: none;
}

.fa.fa-share-alt {
  display: none;
}



.visit.website.title-actions.tooltip  {
    background-image:url('https://www.koreatravelpages.com/custom/domain_1/image_files/sitemgr_photo_496.png');

    width: 200px;
    height: 80px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
}


    
.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:hidden;
}

.youtube-video-container iframe, .youtube-video-container embed, .youtube-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
